#D86671

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

Shades of Froly #D86671

Tints of Froly #D86671

Color information

#D86671 (or 0xD86671) is unknown color: approx Froly. HEX triplet: D8, 66 and 71. RGB value is (216,102,113). Sum of RGB (Red+Green+Blue) = 216+102+113=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D86671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86671 is #27998E. Grayscale: #898989. Windows color (decimal): -2595215 or 7431896. OLE color: 7431896.

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

Color convert

RGB216102113-
CMYK00.530.480.15
HSL354.21º59.38%62.35%-
HSV(B)354.21º52.78%84.71%-
XYZ36.0525.2918.6-
YUV137.34114.27184.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=50.12%
G=23.67%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610211300.530.480.15354.2159.3862.35
HexD8667103530F1623b3e
Octal33014616106560175427376
Binary110110001100110111000101101011100001111101100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86671; }

 p { color: rgb(216,102,113); }

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

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

 a { background-color: rgb(216,102,113); }

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

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

 span { border-color: rgb(216,102,113); }

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