#DD89BC

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

Shades of Shocking #DD89BC

Tints of Shocking #DD89BC

Color information

#DD89BC (or 0xDD89BC) is unknown color: approx Shocking. HEX triplet: DD, 89 and BC. RGB value is (221,137,188). Sum of RGB (Red+Green+Blue) = 221+137+188=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89BC is #227643. Grayscale: #A7A7A7. Windows color (decimal): -2258500 or 12356061. OLE color: 12356061.

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

Color convert

RGB221137188-
CMYK00.380.150.13
HSL323.57º55.26%70.2%-
HSV(B)323.57º38.01%86.67%-
XYZ47.8436.8952.18-
YUV167.93139.33165.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=40.48%
G=25.09%
B=34.43%

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
Decimal22113718800.380.150.13323.5755.2670.2
HexDD89BC026FD1443746
Octal335211274046171550467106
Binary1101110110001001101111000100110111111011010001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89BC; }

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

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

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

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

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

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

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

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