#D88DB8

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

Shades of Shocking #D88DB8

Tints of Shocking #D88DB8

Color information

#D88DB8 (or 0xD88DB8) is unknown color: approx Shocking. HEX triplet: D8, 8D and B8. RGB value is (216,141,184). Sum of RGB (Red+Green+Blue) = 216+141+184=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DB8 is #277247. Grayscale: #A8A8A8. Windows color (decimal): -2585160 or 12094936. OLE color: 12094936.

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

Color convert

RGB216141184-
CMYK00.350.150.15
HSL325.6º49.02%70%-
HSV(B)325.6º34.72%84.71%-
XYZ46.537.1150.06-
YUV168.33136.85162-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 184 (72.27% from 255) = 34.01%
R=39.93%
G=26.06%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614118400.350.150.15325.649.0270
HexD88DB8023FF1463146
Octal330215270043171750661106
Binary1101100010001101101110000100011111111111010001101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DB8; }

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

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

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

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

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

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

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

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