#DD96BF

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

Shades of Shocking #DD96BF

Tints of Shocking #DD96BF

Color information

#DD96BF (or 0xDD96BF) is unknown color: approx Shocking. HEX triplet: DD, 96 and BF. RGB value is (221,150,191). Sum of RGB (Red+Green+Blue) = 221+150+191=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96BF is #226940. Grayscale: #AFAFAF. Windows color (decimal): -2255169 or 12555997. OLE color: 12555997.

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

Color convert

RGB221150191-
CMYK00.320.140.13
HSL325.35º51.08%72.75%-
HSV(B)325.35º32.13%86.67%-
XYZ50.1340.9554.55-
YUV175.9136.52160.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 191 (75% from 255) = 33.99%
R=39.32%
G=26.69%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115019100.320.140.13325.3551.0872.75
HexDD96BF020ED1453349
Octal335226277040161550563111
Binary1101110110010110101111110100000111011011010001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96BF; }

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

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

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

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

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

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

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

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