#D86D7A

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

Shades of Froly #D86D7A

Tints of Froly #D86D7A

Color information

#D86D7A (or 0xD86D7A) is unknown color: approx Froly. HEX triplet: D8, 6D and 7A. RGB value is (216,109,122). Sum of RGB (Red+Green+Blue) = 216+109+122=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D7A is #279285. Grayscale: #8E8E8E. Windows color (decimal): -2593414 or 8023512. OLE color: 8023512.

HSL color Cylindrical-coordinate representation of color #D86D7A: hue angle of 352.71º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D7A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216109122-
CMYK00.500.440.15
HSL352.71º57.84%63.73%-
HSV(B)352.71º49.54%84.71%-
XYZ37.326.9421.65-
YUV142.48116.45180.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=48.32%
G=24.38%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610912200.500.440.15352.7157.8463.73
HexD86D7A0322CF1613a40
Octal330155172062541754172100
Binary1101100011011011111010011001010110011111011000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D7A; }

 p { color: rgb(216,109,122); }

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

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

 a { background-color: rgb(216,109,122); }

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

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

 span { border-color: rgb(216,109,122); }

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