#D06972

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

Shades of Froly #D06972

Tints of Froly #D06972

Color information

#D06972 (or 0xD06972) is unknown color: approx Froly. HEX triplet: D0, 69 and 72. RGB value is (208,105,114). Sum of RGB (Red+Green+Blue) = 208+105+114=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06972 is #2F968D. Grayscale: #888888. Windows color (decimal): -3118734 or 7498192. OLE color: 7498192.

HSL color Cylindrical-coordinate representation of color #D06972: hue angle of 354.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06972 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208105114-
CMYK00.500.450.18
HSL354.76º52.28%61.37%-
HSV(B)354.76º49.52%81.57%-
XYZ34.124.7318.9-
YUV136.82115.12178.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=48.71%
G=24.59%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810511400.500.450.18354.7652.2861.37
HexD069720322D12163343d
Octal32015116206255225436475
Binary1101000011010011110010011001010110110010101100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06972; }

 p { color: rgb(208,105,114); }

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

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

 a { background-color: rgb(208,105,114); }

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

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

 span { border-color: rgb(208,105,114); }

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