#D86F85

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

Shades of Charm #D86F85

Tints of Charm #D86F85

Color information

#D86F85 (or 0xD86F85) is unknown color: approx Charm. HEX triplet: D8, 6F and 85. RGB value is (216,111,133). Sum of RGB (Red+Green+Blue) = 216+111+133=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F85 is #27907A. Grayscale: #909090. Windows color (decimal): -2592891 or 8744920. OLE color: 8744920.

HSL color Cylindrical-coordinate representation of color #D86F85: hue angle of 347.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86F85 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216111133-
CMYK00.490.380.15
HSL347.43º57.38%64.12%-
HSV(B)347.43º48.61%84.71%-
XYZ38.2427.6625.51-
YUV144.9121.29178.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 111 (43.75% from 255) = 24.13%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=46.96%
G=24.13%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611113300.490.380.15347.4357.3864.12
HexD86F8503126F15b3940
Octal330157205061461753371100
Binary11011000110111110000101011000110011011111010110111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F85; }

 p { color: rgb(216,111,133); }

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

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

 a { background-color: rgb(216,111,133); }

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

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

 span { border-color: rgb(216,111,133); }

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