#DD8ABA

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

Shades of Shocking #DD8ABA

Tints of Shocking #DD8ABA

Color information

#DD8ABA (or 0xDD8ABA) is unknown color: approx Shocking. HEX triplet: DD, 8A and BA. RGB value is (221,138,186). Sum of RGB (Red+Green+Blue) = 221+138+186=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ABA is #227545. Grayscale: #A8A8A8. Windows color (decimal): -2258246 or 12225245. OLE color: 12225245.

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

Color convert

RGB221138186-
CMYK00.380.160.13
HSL325.3º54.97%70.39%-
HSV(B)325.3º37.56%86.67%-
XYZ47.7737.0951.1-
YUV168.29138165.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=40.55%
G=25.32%
B=34.13%

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
Decimal22113818600.380.160.13325.354.9770.39
HexDD8ABA02610D1453746
Octal335212272046201550567106
Binary11011101100010101011101001001101000011011010001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8ABA; }

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

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

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

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

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

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

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

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