#DD87BE

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

Shades of Shocking #DD87BE

Tints of Shocking #DD87BE

Color information

#DD87BE (or 0xDD87BE) is unknown color: approx Shocking. HEX triplet: DD, 87 and BE. RGB value is (221,135,190). Sum of RGB (Red+Green+Blue) = 221+135+190=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87BE is #227841. Grayscale: #A6A6A6. Windows color (decimal): -2259010 or 12486621. OLE color: 12486621.

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

Color convert

RGB221135190-
CMYK00.390.140.13
HSL321.63º55.84%69.8%-
HSV(B)321.63º38.91%86.67%-
XYZ47.7836.4253.23-
YUV166.98140.99166.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=40.48%
G=24.73%
B=34.80%

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
Decimal22113519000.390.140.13321.6355.8469.8
HexDD87BE027ED1423846
Octal335207276047161550270106
Binary1101110110000111101111100100111111011011010000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD87BE; }

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

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

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

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

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

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

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

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