#DD87C7

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

Shades of Shocking #DD87C7

Tints of Shocking #DD87C7

Color information

#DD87C7 (or 0xDD87C7) is unknown color: approx Shocking. HEX triplet: DD, 87 and C7. RGB value is (221,135,199). Sum of RGB (Red+Green+Blue) = 221+135+199=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87C7 is #227838. Grayscale: #A7A7A7. Windows color (decimal): -2259001 or 13076445. OLE color: 13076445.

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

Color convert

RGB221135199-
CMYK00.390.100.13
HSL315.35º55.84%69.8%-
HSV(B)315.35º38.91%86.67%-
XYZ48.7936.8258.57-
YUV168.01145.49165.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=39.82%
G=24.32%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113519900.390.100.13315.3555.8469.8
HexDD87C7027AD13b3846
Octal335207307047121547370106
Binary1101110110000111110001110100111101011011001110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87C7; }

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

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

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

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

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

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

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

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