#DD87B5

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

Shades of Shocking #DD87B5

Tints of Shocking #DD87B5

Color information

#DD87B5 (or 0xDD87B5) is unknown color: approx Shocking. HEX triplet: DD, 87 and B5. RGB value is (221,135,181). Sum of RGB (Red+Green+Blue) = 221+135+181=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87B5 is #22784A. Grayscale: #A5A5A5. Windows color (decimal): -2259019 or 11896797. OLE color: 11896797.

HSL color Cylindrical-coordinate representation of color #DD87B5: hue angle of 327.91º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD87B5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221135181-
CMYK00.390.180.13
HSL327.91º55.84%69.8%-
HSV(B)327.91º38.91%86.67%-
XYZ46.8236.0448.2-
YUV165.96136.49167.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=41.15%
G=25.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113518100.390.180.13327.9155.8469.8
HexDD87B502712D1483846
Octal335207265047221551070106
Binary11011101100001111011010101001111001011011010010001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87B5; }

 p { color: rgb(221,135,181); }

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

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

 a { background-color: rgb(221,135,181); }

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

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

 span { border-color: rgb(221,135,181); }

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