#DDA9C6

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

Shades of Shocking #DDA9C6

Tints of Shocking #DDA9C6

Color information

#DDA9C6 (or 0xDDA9C6) is unknown color: approx Shocking. HEX triplet: DD, A9 and C6. RGB value is (221,169,198). Sum of RGB (Red+Green+Blue) = 221+169+198=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9C6 is #225639. Grayscale: #BBBBBB. Windows color (decimal): -2250298 or 13019613. OLE color: 13019613.

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

Color convert

RGB221169198-
CMYK00.240.100.13
HSL326.54º43.33%76.47%-
HSV(B)326.54º23.53%86.67%-
XYZ54.247.8359.8-
YUV187.85133.73151.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=37.59%
G=28.74%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116919800.240.100.13326.5443.3376.47
HexDDA9C6018AD1472b4c
Octal335251306030121550753114
Binary110111011010100111000110011000101011011010001111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9C6; }

 p { color: rgb(221,169,198); }

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

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

 a { background-color: rgb(221,169,198); }

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

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

 span { border-color: rgb(221,169,198); }

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