#dd87ba

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

Shades of Shocking #DD87BA

Tints of Shocking #DD87BA

Color information

#DD87BA (or 0xDD87BA) is unknown color: approx Shocking. HEX triplet: DD, 87 and BA. RGB value is (221,135,186). Sum of RGB (Red+Green+Blue) = 221+135+186=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD87BA is #227845. Grayscale: #A6A6A6. Windows color (decimal): -2259014 or 12224477. OLE color: 12224477.

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

Color convert

RGB221135186-
CMYK00.390.160.13
HSL324.42º55.84%69.8%-
HSV(B)324.42º38.91%86.67%-
XYZ47.3536.2550.96-
YUV166.53138.99166.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=40.77%
G=24.91%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113518600.390.160.13324.4255.8469.8
HexDD87BA02710D1443846
Octal335207272047201550470106
Binary11011101100001111011101001001111000011011010001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd87ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd87ba; }

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

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

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

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

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

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

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

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