#DDA0BD

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

Shades of Shocking #DDA0BD

Tints of Shocking #DDA0BD

Color information

#DDA0BD (or 0xDDA0BD) is unknown color: approx Shocking. HEX triplet: DD, A0 and BD. RGB value is (221,160,189). Sum of RGB (Red+Green+Blue) = 221+160+189=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0BD is #225F42. Grayscale: #B5B5B5. Windows color (decimal): -2252611 or 12427485. OLE color: 12427485.

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

Color convert

RGB221160189-
CMYK00.280.140.13
HSL331.48º47.29%74.71%-
HSV(B)331.48º27.6%86.67%-
XYZ51.5744.1953.95-
YUV181.54132.21156.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=38.77%
G=28.07%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116018900.280.140.13331.4847.2974.71
HexDDA0BD01CED14b2f4b
Octal335240275034161551357113
Binary110111011010000010111101011100111011011010010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0BD; }

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

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

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

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

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

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

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

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