#D88DC0

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

Shades of Shocking #D88DC0

Tints of Shocking #D88DC0

Color information

#D88DC0 (or 0xD88DC0) is unknown color: approx Shocking. HEX triplet: D8, 8D and C0. RGB value is (216,141,192). Sum of RGB (Red+Green+Blue) = 216+141+192=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DC0 is #27723F. Grayscale: #A9A9A9. Windows color (decimal): -2585152 or 12619224. OLE color: 12619224.

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

Color convert

RGB216141192-
CMYK00.350.110.15
HSL319.2º49.02%70%-
HSV(B)319.2º34.72%84.71%-
XYZ47.3637.4554.6-
YUV169.24140.85161.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=39.34%
G=25.68%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614119200.350.110.15319.249.0270
HexD88DC0023BF13f3146
Octal330215300043131747761106
Binary1101100010001101110000000100011101111111001111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DC0; }

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

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

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

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

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

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

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

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