#DDA0CC

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

Shades of Shocking #DDA0CC

Tints of Shocking #DDA0CC

Color information

#DDA0CC (or 0xDDA0CC) is unknown color: approx Shocking. HEX triplet: DD, A0 and CC. RGB value is (221,160,204). Sum of RGB (Red+Green+Blue) = 221+160+204=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0CC is #225F33. Grayscale: #B7B7B7. Windows color (decimal): -2252596 or 13410525. OLE color: 13410525.

HSL color Cylindrical-coordinate representation of color #DDA0CC: hue angle of 316.72º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0CC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221160204-
CMYK00.280.080.13
HSL316.72º47.29%74.71%-
HSV(B)316.72º27.6%86.67%-
XYZ53.2944.8762.98-
YUV183.25139.71154.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=37.78%
G=27.35%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116020400.280.080.13316.7247.2974.71
HexDDA0CC01C8D13d2f4b
Octal335240314034101547557113
Binary110111011010000011001100011100100011011001111011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0CC; }

 p { color: rgb(221,160,204); }

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

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

 a { background-color: rgb(221,160,204); }

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

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

 span { border-color: rgb(221,160,204); }

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