#DD9FB9

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

Shades of Shocking #DD9FB9

Tints of Shocking #DD9FB9

Color information

#DD9FB9 (or 0xDD9FB9) is unknown color: approx Shocking. HEX triplet: DD, 9F and B9. RGB value is (221,159,185). Sum of RGB (Red+Green+Blue) = 221+159+185=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FB9 is #226046. Grayscale: #B4B4B4. Windows color (decimal): -2252871 or 12165085. OLE color: 12165085.

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

Color convert

RGB221159185-
CMYK00.280.160.13
HSL334.84º47.69%74.51%-
HSV(B)334.84º28.05%86.67%-
XYZ50.9743.6751.64-
YUV180.5130.54156.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=39.12%
G=28.14%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115918500.280.160.13334.8447.6974.51
HexDD9FB901C10D14f304b
Octal335237271034201551760113
Binary1101110110011111101110010111001000011011010011111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FB9; }

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

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

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

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

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

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

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

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