#DD8AC9

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

Shades of Shocking #DD8AC9

Tints of Shocking #DD8AC9

Color information

#DD8AC9 (or 0xDD8AC9) is unknown color: approx Shocking. HEX triplet: DD, 8A and C9. RGB value is (221,138,201). Sum of RGB (Red+Green+Blue) = 221+138+201=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8AC9 is #227536. Grayscale: #A9A9A9. Windows color (decimal): -2258231 or 13208285. OLE color: 13208285.

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

Color convert

RGB221138201-
CMYK00.380.090.13
HSL314.46º54.97%70.39%-
HSV(B)314.46º37.56%86.67%-
XYZ49.4537.7759.94-
YUV170145.5164.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=39.46%
G=24.64%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113820100.380.090.13314.4654.9770.39
HexDD8AC90269D13a3746
Octal335212311046111547267106
Binary1101110110001010110010010100110100111011001110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AC9; }

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

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

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

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

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

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

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

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