#D88185

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

Shades of Charm #D88185

Tints of Charm #D88185

Color information

#D88185 (or 0xD88185) is unknown color: approx Charm. HEX triplet: D8, 81 and 85. RGB value is (216,129,133). Sum of RGB (Red+Green+Blue) = 216+129+133=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D88185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88185 is #277E7A. Grayscale: #9B9B9B. Windows color (decimal): -2588283 or 8749528. OLE color: 8749528.

HSL color Cylindrical-coordinate representation of color #D88185: hue angle of 357.24º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88185 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216129133-
CMYK00.400.380.15
HSL357.24º52.73%67.65%-
HSV(B)357.24º40.28%84.71%-
XYZ40.431.9926.24-
YUV155.47115.32171.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=45.19%
G=26.99%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612913300.400.380.15357.2452.7367.65
HexD8818502826F1653544
Octal330201205050461754565104
Binary110110001000000110000101010100010011011111011001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88185; }

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

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

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

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

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

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

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

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