#DD9ABA

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

Shades of Shocking #DD9ABA

Tints of Shocking #DD9ABA

Color information

#DD9ABA (or 0xDD9ABA) is unknown color: approx Shocking. HEX triplet: DD, 9A and BA. RGB value is (221,154,186). Sum of RGB (Red+Green+Blue) = 221+154+186=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ABA is #226545. Grayscale: #B1B1B1. Windows color (decimal): -2254150 or 12229341. OLE color: 12229341.

HSL color Cylindrical-coordinate representation of color #DD9ABA: hue angle of 331.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9ABA is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221154186-
CMYK00.300.160.13
HSL331.34º49.63%73.53%-
HSV(B)331.34º30.32%86.67%-
XYZ50.2442.0351.92-
YUV177.68132.7158.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=39.39%
G=27.45%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115418600.300.160.13331.3449.6373.53
HexDD9ABA01E10D14b324a
Octal335232272036201551362112
Binary1101110110011010101110100111101000011011010010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ABA; }

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

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

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

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

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

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

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

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