#DB97B7

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

Shades of Shocking #DB97B7

Tints of Shocking #DB97B7

Color information

#DB97B7 (or 0xDB97B7) is unknown color: approx Shocking. HEX triplet: DB, 97 and B7. RGB value is (219,151,183). Sum of RGB (Red+Green+Blue) = 219+151+183=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97B7 is #246848. Grayscale: #AEAEAE. Windows color (decimal): -2385993 or 12031963. OLE color: 12031963.

HSL color Cylindrical-coordinate representation of color #DB97B7: hue angle of 331.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97B7 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219151183-
CMYK00.310.160.14
HSL331.76º48.57%72.55%-
HSV(B)331.76º31.05%85.88%-
XYZ48.8340.6150.07-
YUV174.98132.53159.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=39.60%
G=27.31%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915118300.310.160.14331.7648.5772.55
HexDB97B701F10E14c3149
Octal333227267037201651461111
Binary1101101110010111101101110111111000011101010011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97B7; }

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

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

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

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

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

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

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

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