#DD9CCA

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

Shades of Shocking #DD9CCA

Tints of Shocking #DD9CCA

Color information

#DD9CCA (or 0xDD9CCA) is unknown color: approx Shocking. HEX triplet: DD, 9C and CA. RGB value is (221,156,202). Sum of RGB (Red+Green+Blue) = 221+156+202=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCA is #226335. Grayscale: #B4B4B4. Windows color (decimal): -2253622 or 13278429. OLE color: 13278429.

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

Color convert

RGB221156202-
CMYK00.290.090.13
HSL317.54º48.87%73.92%-
HSV(B)317.54º29.41%86.67%-
XYZ52.3743.4161.5-
YUV180.68140.03156.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=38.17%
G=26.94%
B=34.89%

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
Decimal22115620200.290.090.13317.5448.8773.92
HexDD9CCA01D9D13e314a
Octal335234312035111547661112
Binary110111011001110011001010011101100111011001111101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CCA; }

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

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

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

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

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

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

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

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