#D4666E

Color #D4666E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D4666E

Tints of Froly #D4666E

Color information

#D4666E (or 0xD4666E) is unknown color: approx Froly. HEX triplet: D4, 66 and 6E. RGB value is (212,102,110). Sum of RGB (Red+Green+Blue) = 212+102+110=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4666E is #2B9991. Grayscale: #878787. Windows color (decimal): -2857362 or 7235284. OLE color: 7235284.

HSL color Cylindrical-coordinate representation of color #D4666E: hue angle of 355.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4666E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212102110-
CMYK00.520.480.17
HSL355.64º56.12%61.57%-
HSV(B)355.64º51.89%83.14%-
XYZ34.7224.6317.68-
YUV135.8113.44182.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=50%
G=24.06%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210211000.520.480.17355.6456.1261.57
HexD4666E0343011164383e
Octal32414615606460215447076
Binary1101010011001101101110011010011000010001101100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4666E; }

 p { color: rgb(212,102,110); }

 H1.HeaderClassName
 {
   color: #D4666E;
 }
 .AnyTagClassName
 {
   color: #D4666E;
 }
</style>
background-color css

<style>
 a { background-color: #D4666E; }

 a { background-color: rgb(212,102,110); }

 div.DivClassName
 {
   background-color: #D4666E;
 }
 .BgClassName
 {
   background-color: #D4666E;
 }
</style>
border-color css

<style>
 span { border-color: #D4666E; }

 span { border-color: rgb(212,102,110); }

 td.TdClassName
 {
   border-color: #D4666E;
 }
 .TagClassName
 {
   border-color: #D4666E;
 }
</style>