#DD89BB

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

Shades of Shocking #DD89BB

Tints of Shocking #DD89BB

Color information

#DD89BB (or 0xDD89BB) is unknown color: approx Shocking. HEX triplet: DD, 89 and BB. RGB value is (221,137,187). Sum of RGB (Red+Green+Blue) = 221+137+187=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89BB is #227644. Grayscale: #A7A7A7. Windows color (decimal): -2258501 or 12290525. OLE color: 12290525.

HSL color Cylindrical-coordinate representation of color #DD89BB: hue angle of 324.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221137187-
CMYK00.380.150.13
HSL324.29º55.26%70.2%-
HSV(B)324.29º38.01%86.67%-
XYZ47.7336.8551.61-
YUV167.82138.83165.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=40.55%
G=25.14%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113718700.380.150.13324.2955.2670.2
HexDD89BB026FD1443746
Octal335211273046171550467106
Binary1101110110001001101110110100110111111011010001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89BB; }

 p { color: rgb(221,137,187); }

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

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

 a { background-color: rgb(221,137,187); }

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

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

 span { border-color: rgb(221,137,187); }

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