#DD9ECA

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

Shades of Shocking #DD9ECA

Tints of Shocking #DD9ECA

Color information

#DD9ECA (or 0xDD9ECA) is unknown color: approx Shocking. HEX triplet: DD, 9E and CA. RGB value is (221,158,202). Sum of RGB (Red+Green+Blue) = 221+158+202=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECA is #226135. Grayscale: #B5B5B5. Windows color (decimal): -2253110 or 13278941. OLE color: 13278941.

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

Color convert

RGB221158202-
CMYK00.290.090.13
HSL318.1º48.09%74.31%-
HSV(B)318.1º28.51%86.67%-
XYZ52.7144.0961.61-
YUV181.85139.37155.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=38.04%
G=27.19%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115820200.290.090.13318.148.0974.31
HexDD9ECA01D9D13e304a
Octal335236312035111547660112
Binary110111011001111011001010011101100111011001111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9ECA; }

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

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

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

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

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

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

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

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