#DB97C8

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

Shades of Shocking #DB97C8

Tints of Shocking #DB97C8

Color information

#DB97C8 (or 0xDB97C8) is unknown color: approx Shocking. HEX triplet: DB, 97 and C8. RGB value is (219,151,200). Sum of RGB (Red+Green+Blue) = 219+151+200=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97C8 is #246837. Grayscale: #B0B0B0. Windows color (decimal): -2385976 or 13146075. OLE color: 13146075.

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

Color convert

RGB219151200-
CMYK00.310.090.14
HSL316.76º48.57%72.55%-
HSV(B)316.76º31.05%85.88%-
XYZ50.7141.3659.96-
YUV176.92141.03158.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=38.42%
G=26.49%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915120000.310.090.14316.7648.5772.55
HexDB97C801F9E13d3149
Octal333227310037111647561111
Binary110110111001011111001000011111100111101001111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97C8; }

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

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

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

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

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

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

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

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