#dda0c9

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

Shades of Shocking #DDA0C9

Tints of Shocking #DDA0C9

Color information

#DDA0C9 (or 0xDDA0C9) is unknown color: approx Shocking. HEX triplet: DD, A0 and C9. RGB value is (221,160,201). Sum of RGB (Red+Green+Blue) = 221+160+201=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0C9 is #225F36. Grayscale: #B6B6B6. Windows color (decimal): -2252599 or 13213917. OLE color: 13213917.

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

Color convert

RGB221160201-
CMYK00.280.090.13
HSL319.67º47.29%74.71%-
HSV(B)319.67º27.6%86.67%-
XYZ52.9344.7361.1-
YUV182.91138.21155.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 160 (62.89% from 255) = 27.49%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=37.97%
G=27.49%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116020100.280.090.13319.6747.2974.71
HexDDA0C901C9D1402f4b
Octal335240311034111550057113
Binary110111011010000011001001011100100111011010000001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dda0c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dda0c9; }

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

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

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

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

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

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

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

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