#D86870

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

Shades of Froly #D86870

Tints of Froly #D86870

Color information

#D86870 (or 0xD86870) is unknown color: approx Froly. HEX triplet: D8, 68 and 70. RGB value is (216,104,112). Sum of RGB (Red+Green+Blue) = 216+104+112=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86870 is #27978F. Grayscale: #8A8A8A. Windows color (decimal): -2594704 or 7366872. OLE color: 7366872.

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

Color convert

RGB216104112-
CMYK00.520.480.15
HSL355.71º58.95%62.75%-
HSV(B)355.71º51.85%84.71%-
XYZ36.1925.6718.38-
YUV138.4113.11183.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=50%
G=24.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610411200.520.480.15355.7158.9562.75
HexD8687003430F1643b3f
Octal33015016006460175447377
Binary110110001101000111000001101001100001111101100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86870; }

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

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

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

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

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

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

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

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