#DD9EC7

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

Shades of Shocking #DD9EC7

Tints of Shocking #DD9EC7

Color information

#DD9EC7 (or 0xDD9EC7) is unknown color: approx Shocking. HEX triplet: DD, 9E and C7. RGB value is (221,158,199). Sum of RGB (Red+Green+Blue) = 221+158+199=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EC7 is #226138. Grayscale: #B5B5B5. Windows color (decimal): -2253113 or 13082333. OLE color: 13082333.

HSL color Cylindrical-coordinate representation of color #DD9EC7: hue angle of 320.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EC7 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221158199-
CMYK00.290.100.13
HSL320.95º48.09%74.31%-
HSV(B)320.95º28.51%86.67%-
XYZ52.3543.9559.76-
YUV181.51137.87156.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=38.24%
G=27.34%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115819900.290.100.13320.9548.0974.31
HexDD9EC701DAD141304a
Octal335236307035121550160112
Binary110111011001111011000111011101101011011010000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EC7; }

 p { color: rgb(221,158,199); }

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

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

 a { background-color: rgb(221,158,199); }

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

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

 span { border-color: rgb(221,158,199); }

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