#DD96B9

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

Shades of Shocking #DD96B9

Tints of Shocking #DD96B9

Color information

#DD96B9 (or 0xDD96B9) is unknown color: approx Shocking. HEX triplet: DD, 96 and B9. RGB value is (221,150,185). Sum of RGB (Red+Green+Blue) = 221+150+185=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B9 is #226946. Grayscale: #AFAFAF. Windows color (decimal): -2255175 or 12162781. OLE color: 12162781.

HSL color Cylindrical-coordinate representation of color #DD96B9: hue angle of 330.42º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96B9 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221150185-
CMYK00.320.160.13
HSL330.42º51.08%72.75%-
HSV(B)330.42º32.13%86.67%-
XYZ49.4840.6951.14-
YUV175.22133.52160.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=39.75%
G=26.98%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115018500.320.160.13330.4251.0872.75
HexDD96B902010D14a3349
Octal335226271040201551263111
Binary11011101100101101011100101000001000011011010010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96B9; }

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

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

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

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

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

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

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

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