#DD87BD

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

Shades of Shocking #DD87BD

Tints of Shocking #DD87BD

Color information

#DD87BD (or 0xDD87BD) is unknown color: approx Shocking. HEX triplet: DD, 87 and BD. RGB value is (221,135,189). Sum of RGB (Red+Green+Blue) = 221+135+189=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87BD is #227842. Grayscale: #A6A6A6. Windows color (decimal): -2259011 or 12421085. OLE color: 12421085.

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

Color convert

RGB221135189-
CMYK00.390.140.13
HSL322.33º55.84%69.8%-
HSV(B)322.33º38.91%86.67%-
XYZ47.6736.3752.65-
YUV166.87140.49166.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=40.55%
G=24.77%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113518900.390.140.13322.3355.8469.8
HexDD87BD027ED1423846
Octal335207275047161550270106
Binary1101110110000111101111010100111111011011010000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87BD; }

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

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

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

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

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

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

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

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