#D86170

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

Shades of Froly #D86170

Tints of Froly #D86170

Color information

#D86170 (or 0xD86170) is unknown color: approx Froly. HEX triplet: D8, 61 and 70. RGB value is (216,97,112). Sum of RGB (Red+Green+Blue) = 216+97+112=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D86170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86170 is #279E8F. Grayscale: #868686. Windows color (decimal): -2596496 or 7365080. OLE color: 7365080.

HSL color Cylindrical-coordinate representation of color #D86170: hue angle of 352.44º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86170 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21697112-
CMYK00.550.480.15
HSL352.44º60.41%61.37%-
HSV(B)352.44º55.09%84.71%-
XYZ35.5224.3218.15-
YUV134.29115.42186.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=50.82%
G=22.82%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169711200.550.480.15352.4460.4161.37
HexD8617003730F1603c3d
Octal33014116006760175407475
Binary110110001100001111000001101111100001111101100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86170; }

 p { color: rgb(216,97,112); }

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

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

 a { background-color: rgb(216,97,112); }

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

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

 span { border-color: rgb(216,97,112); }

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