#DD97C2

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

Shades of Shocking #DD97C2

Tints of Shocking #DD97C2

Color information

#DD97C2 (or 0xDD97C2) is unknown color: approx Shocking. HEX triplet: DD, 97 and C2. RGB value is (221,151,194). Sum of RGB (Red+Green+Blue) = 221+151+194=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97C2 is #22683D. Grayscale: #B0B0B0. Windows color (decimal): -2254910 or 12752861. OLE color: 12752861.

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

Color convert

RGB221151194-
CMYK00.320.120.13
HSL323.14º50.72%72.94%-
HSV(B)323.14º31.67%86.67%-
XYZ50.6241.456.36-
YUV176.83137.69159.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 194 (76.17% from 255) = 34.28%
R=39.05%
G=26.68%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115119400.320.120.13323.1450.7272.94
HexDD97C2020CD1433349
Octal335227302040141550363111
Binary1101110110010111110000100100000110011011010000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97C2; }

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

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

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

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

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

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

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

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