#D88DBC

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

Shades of Shocking #D88DBC

Tints of Shocking #D88DBC

Color information

#D88DBC (or 0xD88DBC) is unknown color: approx Shocking. HEX triplet: D8, 8D and BC. RGB value is (216,141,188). Sum of RGB (Red+Green+Blue) = 216+141+188=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DBC is #277243. Grayscale: #A8A8A8. Windows color (decimal): -2585156 or 12357080. OLE color: 12357080.

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

Color convert

RGB216141188-
CMYK00.350.130.15
HSL322.4º49.02%70%-
HSV(B)322.4º34.72%84.71%-
XYZ46.9237.2852.3-
YUV168.78138.85161.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=39.63%
G=25.87%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614118800.350.130.15322.449.0270
HexD88DBC023DF1423146
Octal330215274043151750261106
Binary1101100010001101101111000100011110111111010000101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DBC; }

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

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

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

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

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

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

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

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