#DDA5C9

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

Shades of Shocking #DDA5C9

Tints of Shocking #DDA5C9

Color information

#DDA5C9 (or 0xDDA5C9) is unknown color: approx Shocking. HEX triplet: DD, A5 and C9. RGB value is (221,165,201). Sum of RGB (Red+Green+Blue) = 221+165+201=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5C9 is #225A36. Grayscale: #B9B9B9. Windows color (decimal): -2251319 or 13215197. OLE color: 13215197.

HSL color Cylindrical-coordinate representation of color #DDA5C9: hue angle of 321.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5C9 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221165201-
CMYK00.250.090.13
HSL321.43º45.16%75.69%-
HSV(B)321.43º25.34%86.67%-
XYZ53.8246.561.4-
YUV185.85136.55153.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=37.65%
G=28.11%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116520100.250.090.13321.4345.1675.69
HexDDA5C90199D1412d4c
Octal335245311031111550155114
Binary110111011010010111001001011001100111011010000011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5C9; }

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

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

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

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

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

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

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

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