#D86571

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

Shades of Froly #D86571

Tints of Froly #D86571

Color information

#D86571 (or 0xD86571) is unknown color: approx Froly. HEX triplet: D8, 65 and 71. RGB value is (216,101,113). Sum of RGB (Red+Green+Blue) = 216+101+113=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D86571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86571 is #279A8E. Grayscale: #888888. Windows color (decimal): -2595471 or 7431640. OLE color: 7431640.

HSL color Cylindrical-coordinate representation of color #D86571: hue angle of 353.74º degrees, saturation: 0.6, 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 #D86571 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216101113-
CMYK00.530.480.15
HSL353.74º59.59%62.16%-
HSV(B)353.74º53.24%84.71%-
XYZ35.9525.118.57-
YUV136.75114.6184.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=50.23%
G=23.49%
B=26.28%

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
Decimal21610111300.530.480.15353.7459.5962.16
HexD8657103530F1623c3e
Octal33014516106560175427476
Binary110110001100101111000101101011100001111101100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86571; }

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

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

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

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

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

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

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

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