#DD96B7

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

Shades of Shocking #DD96B7

Tints of Shocking #DD96B7

Color information

#DD96B7 (or 0xDD96B7) is unknown color: approx Shocking. HEX triplet: DD, 96 and B7. RGB value is (221,150,183). Sum of RGB (Red+Green+Blue) = 221+150+183=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B7 is #226948. Grayscale: #AEAEAE. Windows color (decimal): -2255177 or 12031709. OLE color: 12031709.

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

Color convert

RGB221150183-
CMYK00.320.170.13
HSL332.11º51.08%72.75%-
HSV(B)332.11º32.13%86.67%-
XYZ49.2740.650.04-
YUV174.99132.52160.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=39.89%
G=27.08%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115018300.320.170.13332.1151.0872.75
HexDD96B702011D14c3349
Octal335226267040211551463111
Binary11011101100101101011011101000001000111011010011001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96B7; }

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

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

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

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

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

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

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

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