#D88CB9

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

Shades of Shocking #D88CB9

Tints of Shocking #D88CB9

Color information

#D88CB9 (or 0xD88CB9) is unknown color: approx Shocking. HEX triplet: D8, 8C and B9. RGB value is (216,140,185). Sum of RGB (Red+Green+Blue) = 216+140+185=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CB9 is #277346. Grayscale: #A7A7A7. Windows color (decimal): -2585415 or 12160216. OLE color: 12160216.

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

Color convert

RGB216140185-
CMYK00.350.140.15
HSL324.47º49.35%69.8%-
HSV(B)324.47º35.19%84.71%-
XYZ46.4536.8650.56-
YUV167.85137.68162.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=39.93%
G=25.88%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614018500.350.140.15324.4749.3569.8
HexD88CB9023EF1443146
Octal330214271043161750461106
Binary1101100010001100101110010100011111011111010001001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CB9; }

 p { color: rgb(216,140,185); }

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

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

 a { background-color: rgb(216,140,185); }

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

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

 span { border-color: rgb(216,140,185); }

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