#D88DB9

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

Shades of Shocking #D88DB9

Tints of Shocking #D88DB9

Color information

#D88DB9 (or 0xD88DB9) is unknown color: approx Shocking. HEX triplet: D8, 8D and B9. RGB value is (216,141,185). Sum of RGB (Red+Green+Blue) = 216+141+185=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DB9 is #277246. Grayscale: #A8A8A8. Windows color (decimal): -2585159 or 12160472. OLE color: 12160472.

HSL color Cylindrical-coordinate representation of color #D88DB9: hue angle of 324.8º 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 #D88DB9 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216141185-
CMYK00.350.140.15
HSL324.8º49.02%70%-
HSV(B)324.8º34.72%84.71%-
XYZ46.637.1550.61-
YUV168.44137.35161.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=39.85%
G=26.01%
B=34.13%

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
Decimal21614118500.350.140.15324.849.0270
HexD88DB9023EF1453146
Octal330215271043161750561106
Binary1101100010001101101110010100011111011111010001011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DB9; }

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

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

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

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

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

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

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

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