#DC88BD

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

Shades of Shocking #DC88BD

Tints of Shocking #DC88BD

Color information

#DC88BD (or 0xDC88BD) is unknown color: approx Shocking. HEX triplet: DC, 88 and BD. RGB value is (220,136,189). Sum of RGB (Red+Green+Blue) = 220+136+189=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88BD is #237742. Grayscale: #A7A7A7. Windows color (decimal): -2324291 or 12421340. OLE color: 12421340.

HSL color Cylindrical-coordinate representation of color #DC88BD: hue angle of 322.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88BD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220136189-
CMYK00.380.140.14
HSL322.14º54.55%69.8%-
HSV(B)322.14º38.18%86.27%-
XYZ47.536.552.69-
YUV167.16140.33165.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=40.37%
G=24.95%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013618900.380.140.14322.1454.5569.8
HexDC88BD026EE1423746
Octal334210275046161650267106
Binary1101110010001000101111010100110111011101010000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88BD; }

 p { color: rgb(220,136,189); }

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

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

 a { background-color: rgb(220,136,189); }

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

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

 span { border-color: rgb(220,136,189); }

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