#DD8ABC

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

Shades of Shocking #DD8ABC

Tints of Shocking #DD8ABC

Color information

#DD8ABC (or 0xDD8ABC) is unknown color: approx Shocking. HEX triplet: DD, 8A and BC. RGB value is (221,138,188). Sum of RGB (Red+Green+Blue) = 221+138+188=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ABC is #227543. Grayscale: #A8A8A8. Windows color (decimal): -2258244 or 12356317. OLE color: 12356317.

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

Color convert

RGB221138188-
CMYK00.380.150.13
HSL323.86º54.97%70.39%-
HSV(B)323.86º37.56%86.67%-
XYZ47.9837.1852.22-
YUV168.52139165.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=40.40%
G=25.23%
B=34.37%

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
Decimal22113818800.380.150.13323.8654.9770.39
HexDD8ABC026FD1443746
Octal335212274046171550467106
Binary1101110110001010101111000100110111111011010001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8ABC; }

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

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

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

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

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

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

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

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