#DD9DCA

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

Shades of Shocking #DD9DCA

Tints of Shocking #DD9DCA

Color information

#DD9DCA (or 0xDD9DCA) is unknown color: approx Shocking. HEX triplet: DD, 9D and CA. RGB value is (221,157,202). Sum of RGB (Red+Green+Blue) = 221+157+202=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DCA is #226235. Grayscale: #B5B5B5. Windows color (decimal): -2253366 or 13278685. OLE color: 13278685.

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

Color convert

RGB221157202-
CMYK00.290.090.13
HSL317.81º48.48%74.12%-
HSV(B)317.81º28.96%86.67%-
XYZ52.5443.7561.55-
YUV181.27139.7156.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=38.10%
G=27.07%
B=34.83%

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
Decimal22115720200.290.090.13317.8148.4874.12
HexDD9DCA01D9D13e304a
Octal335235312035111547660112
Binary110111011001110111001010011101100111011001111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DCA; }

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

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

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

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

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

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

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

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