#DB97C9

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

Shades of Shocking #DB97C9

Tints of Shocking #DB97C9

Color information

#DB97C9 (or 0xDB97C9) is unknown color: approx Shocking. HEX triplet: DB, 97 and C9. RGB value is (219,151,201). Sum of RGB (Red+Green+Blue) = 219+151+201=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97C9 is #246836. Grayscale: #B0B0B0. Windows color (decimal): -2385975 or 13211611. OLE color: 13211611.

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

Color convert

RGB219151201-
CMYK00.310.080.14
HSL315.88º48.57%72.55%-
HSV(B)315.88º31.05%85.88%-
XYZ50.8241.4160.57-
YUV177.03141.53157.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=38.35%
G=26.44%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915120100.310.080.14315.8848.5772.55
HexDB97C901F8E13c3149
Octal333227311037101647461111
Binary110110111001011111001001011111100011101001111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97C9; }

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

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

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

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

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

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

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

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