#DD89B9

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

Shades of Shocking #DD89B9

Tints of Shocking #DD89B9

Color information

#DD89B9 (or 0xDD89B9) is unknown color: approx Shocking. HEX triplet: DD, 89 and B9. RGB value is (221,137,185). Sum of RGB (Red+Green+Blue) = 221+137+185=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89B9 is #227646. Grayscale: #A7A7A7. Windows color (decimal): -2258503 or 12159453. OLE color: 12159453.

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

Color convert

RGB221137185-
CMYK00.380.160.13
HSL325.71º55.26%70.2%-
HSV(B)325.71º38.01%86.67%-
XYZ47.5236.7750.49-
YUV167.59137.83166.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 137 (53.91% from 255) = 25.23%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=40.70%
G=25.23%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113718500.380.160.13325.7155.2670.2
HexDD89B902610D1463746
Octal335211271046201550667106
Binary11011101100010011011100101001101000011011010001101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89B9; }

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

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

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

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

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

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

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

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