#DD9DB6

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

Shades of Shocking #DD9DB6

Tints of Shocking #DD9DB6

Color information

#DD9DB6 (or 0xDD9DB6) is unknown color: approx Shocking. HEX triplet: DD, 9D and B6. RGB value is (221,157,182). Sum of RGB (Red+Green+Blue) = 221+157+182=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DB6 is #226249. Grayscale: #B2B2B2. Windows color (decimal): -2253386 or 11967965. OLE color: 11967965.

HSL color Cylindrical-coordinate representation of color #DD9DB6: hue angle of 336.56º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DB6 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221157182-
CMYK00.290.180.13
HSL336.56º48.48%74.12%-
HSV(B)336.56º28.96%86.67%-
XYZ50.3242.8649.88-
YUV178.99129.7157.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=39.46%
G=28.04%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115718200.290.180.13336.5648.4874.12
HexDD9DB601D12D151304a
Octal335235266035221552160112
Binary1101110110011101101101100111011001011011010100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DB6; }

 p { color: rgb(221,157,182); }

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

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

 a { background-color: rgb(221,157,182); }

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

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

 span { border-color: rgb(221,157,182); }

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