#DD96BD

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

Shades of Shocking #DD96BD

Tints of Shocking #DD96BD

Color information

#DD96BD (or 0xDD96BD) is unknown color: approx Shocking. HEX triplet: DD, 96 and BD. RGB value is (221,150,189). Sum of RGB (Red+Green+Blue) = 221+150+189=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96BD is #226942. Grayscale: #AFAFAF. Windows color (decimal): -2255171 or 12424925. OLE color: 12424925.

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

Color convert

RGB221150189-
CMYK00.320.140.13
HSL327.04º51.08%72.75%-
HSV(B)327.04º32.13%86.67%-
XYZ49.9140.8653.4-
YUV175.68135.52160.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=39.46%
G=26.79%
B=33.75%

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
Decimal22115018900.320.140.13327.0451.0872.75
HexDD96BD020ED1473349
Octal335226275040161550763111
Binary1101110110010110101111010100000111011011010001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96BD; }

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

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

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

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

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

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

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

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