#DD97CB

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

Shades of Shocking #DD97CB

Tints of Shocking #DD97CB

Color information

#DD97CB (or 0xDD97CB) is unknown color: approx Shocking. HEX triplet: DD, 97 and CB. RGB value is (221,151,203). Sum of RGB (Red+Green+Blue) = 221+151+203=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97CB is #226834. Grayscale: #B1B1B1. Windows color (decimal): -2254901 or 13342685. OLE color: 13342685.

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

Color convert

RGB221151203-
CMYK00.320.080.13
HSL315.43º50.72%72.94%-
HSV(B)315.43º31.67%86.67%-
XYZ51.6641.8261.85-
YUV177.86142.19158.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=38.43%
G=26.26%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115120300.320.080.13315.4350.7272.94
HexDD97CB0208D13b3349
Octal335227313040101547363111
Binary1101110110010111110010110100000100011011001110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97CB; }

 p { color: rgb(221,151,203); }

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

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

 a { background-color: rgb(221,151,203); }

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

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

 span { border-color: rgb(221,151,203); }

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