#DD87BC

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

Shades of Shocking #DD87BC

Tints of Shocking #DD87BC

Color information

#DD87BC (or 0xDD87BC) is unknown color: approx Shocking. HEX triplet: DD, 87 and BC. RGB value is (221,135,188). Sum of RGB (Red+Green+Blue) = 221+135+188=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87BC is #227843. Grayscale: #A6A6A6. Windows color (decimal): -2259012 or 12355549. OLE color: 12355549.

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

Color convert

RGB221135188-
CMYK00.390.150.13
HSL323.02º55.84%69.8%-
HSV(B)323.02º38.91%86.67%-
XYZ47.5636.3352.08-
YUV166.76139.99166.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=40.62%
G=24.82%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113518800.390.150.13323.0255.8469.8
HexDD87BC027FD1433846
Octal335207274047171550370106
Binary1101110110000111101111000100111111111011010000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87BC; }

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

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

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

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

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

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

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

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