#DDA5C6

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

Shades of Shocking #DDA5C6

Tints of Shocking #DDA5C6

Color information

#DDA5C6 (or 0xDDA5C6) is unknown color: approx Shocking. HEX triplet: DD, A5 and C6. RGB value is (221,165,198). Sum of RGB (Red+Green+Blue) = 221+165+198=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5C6 is #225A39. Grayscale: #B9B9B9. Windows color (decimal): -2251322 or 13018589. OLE color: 13018589.

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

Color convert

RGB221165198-
CMYK00.250.100.13
HSL324.64º45.16%75.69%-
HSV(B)324.64º25.34%86.67%-
XYZ53.4746.3659.56-
YUV185.51135.05153.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 165 (64.84% from 255) = 28.25%
BLUE value IS 198 (77.73% from 255) = 33.90%
R=37.84%
G=28.25%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116519800.250.100.13324.6445.1675.69
HexDDA5C6019AD1452d4c
Octal335245306031121550555114
Binary110111011010010111000110011001101011011010001011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5C6; }

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

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

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

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

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

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

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

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