#DD9DB9

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

Shades of Shocking #DD9DB9

Tints of Shocking #DD9DB9

Color information

#DD9DB9 (or 0xDD9DB9) is unknown color: approx Shocking. HEX triplet: DD, 9D and B9. RGB value is (221,157,185). Sum of RGB (Red+Green+Blue) = 221+157+185=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DB9 is #226246. Grayscale: #B3B3B3. Windows color (decimal): -2253383 or 12164573. OLE color: 12164573.

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

Color convert

RGB221157185-
CMYK00.290.160.13
HSL333.75º48.48%74.12%-
HSV(B)333.75º28.96%86.67%-
XYZ50.6342.9951.53-
YUV179.33131.2157.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=39.25%
G=27.89%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115718500.290.160.13333.7548.4874.12
HexDD9DB901D10D14e304a
Octal335235271035201551660112
Binary1101110110011101101110010111011000011011010011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DB9; }

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

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

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

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

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

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

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

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