#DD97B7

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

Shades of Shocking #DD97B7

Tints of Shocking #DD97B7

Color information

#DD97B7 (or 0xDD97B7) is unknown color: approx Shocking. HEX triplet: DD, 97 and B7. RGB value is (221,151,183). Sum of RGB (Red+Green+Blue) = 221+151+183=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97B7 is #226848. Grayscale: #AFAFAF. Windows color (decimal): -2254921 or 12031965. OLE color: 12031965.

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

Color convert

RGB221151183-
CMYK00.320.170.13
HSL332.57º50.72%72.94%-
HSV(B)332.57º31.67%86.67%-
XYZ49.4340.9250.09-
YUV175.58132.19160.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=39.82%
G=27.21%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115118300.320.170.13332.5750.7272.94
HexDD97B702011D14d3349
Octal335227267040211551563111
Binary11011101100101111011011101000001000111011010011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97B7; }

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

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

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

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

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

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

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

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