#D86375

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

Shades of Froly #D86375

Tints of Froly #D86375

Color information

#D86375 (or 0xD86375) is unknown color: approx Froly. HEX triplet: D8, 63 and 75. RGB value is (216,99,117). Sum of RGB (Red+Green+Blue) = 216+99+117=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86375 is #279C8A. Grayscale: #888888. Windows color (decimal): -2595979 or 7693272. OLE color: 7693272.

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

Color convert

RGB21699117-
CMYK00.540.460.15
HSL350.77º60%61.76%-
HSV(B)350.77º54.17%84.71%-
XYZ35.9924.8119.72-
YUV136.04117.26185.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=50%
G=22.92%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169911700.540.460.15350.776061.76
HexD863750362EF15f3c3e
Octal33014316506656175377476
Binary110110001100011111010101101101011101111101011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86375; }

 p { color: rgb(216,99,117); }

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

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

 a { background-color: rgb(216,99,117); }

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

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

 span { border-color: rgb(216,99,117); }

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