#D46572

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

Shades of Froly #D46572

Tints of Froly #D46572

Color information

#D46572 (or 0xD46572) is unknown color: approx Froly. HEX triplet: D4, 65 and 72. RGB value is (212,101,114). Sum of RGB (Red+Green+Blue) = 212+101+114=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46572 is #2B9A8D. Grayscale: #878787. Windows color (decimal): -2857614 or 7497172. OLE color: 7497172.

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

Color convert

RGB212101114-
CMYK00.520.460.17
HSL352.97º56.35%61.37%-
HSV(B)352.97º52.36%83.14%-
XYZ34.8424.5218.82-
YUV135.67115.77182.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=49.65%
G=23.65%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210111400.520.460.17352.9756.3561.37
HexD465720342E11161383d
Octal32414516206456215417075
Binary1101010011001011110010011010010111010001101100001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46572; }

 p { color: rgb(212,101,114); }

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

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

 a { background-color: rgb(212,101,114); }

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

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

 span { border-color: rgb(212,101,114); }

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