#DD97C7

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

Shades of Shocking #DD97C7

Tints of Shocking #DD97C7

Color information

#DD97C7 (or 0xDD97C7) is unknown color: approx Shocking. HEX triplet: DD, 97 and C7. RGB value is (221,151,199). Sum of RGB (Red+Green+Blue) = 221+151+199=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97C7 is #226838. Grayscale: #B1B1B1. Windows color (decimal): -2254905 or 13080541. OLE color: 13080541.

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

Color convert

RGB221151199-
CMYK00.320.100.13
HSL318.86º50.72%72.94%-
HSV(B)318.86º31.67%86.67%-
XYZ51.1941.6359.37-
YUV177.4140.19159.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=38.70%
G=26.44%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115119900.320.100.13318.8650.7272.94
HexDD97C7020AD13f3349
Octal335227307040121547763111
Binary1101110110010111110001110100000101011011001111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97C7; }

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

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

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

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

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

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

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

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