#D88BB8

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

Shades of Shocking #D88BB8

Tints of Shocking #D88BB8

Color information

#D88BB8 (or 0xD88BB8) is unknown color: approx Shocking. HEX triplet: D8, 8B and B8. RGB value is (216,139,184). Sum of RGB (Red+Green+Blue) = 216+139+184=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BB8 is #277447. Grayscale: #A7A7A7. Windows color (decimal): -2585672 or 12094424. OLE color: 12094424.

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

Color convert

RGB216139184-
CMYK00.360.150.15
HSL324.94º49.68%69.61%-
HSV(B)324.94º35.65%84.71%-
XYZ46.236.5249.96-
YUV167.15137.51162.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=40.07%
G=25.79%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613918400.360.150.15324.9449.6869.61
HexD88BB8024FF1453246
Octal330213270044171750562106
Binary1101100010001011101110000100100111111111010001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BB8; }

 p { color: rgb(216,139,184); }

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

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

 a { background-color: rgb(216,139,184); }

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

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

 span { border-color: rgb(216,139,184); }

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