#DB97BC

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

Shades of Shocking #DB97BC

Tints of Shocking #DB97BC

Color information

#DB97BC (or 0xDB97BC) is unknown color: approx Shocking. HEX triplet: DB, 97 and BC. RGB value is (219,151,188). Sum of RGB (Red+Green+Blue) = 219+151+188=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97BC is #246843. Grayscale: #AFAFAF. Windows color (decimal): -2385988 or 12359643. OLE color: 12359643.

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

Color convert

RGB219151188-
CMYK00.310.140.14
HSL327.35º48.57%72.55%-
HSV(B)327.35º31.05%85.88%-
XYZ49.3640.8252.86-
YUV175.55135.03158.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=39.25%
G=27.06%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915118800.310.140.14327.3548.5772.55
HexDB97BC01FEE1473149
Octal333227274037161650761111
Binary110110111001011110111100011111111011101010001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97BC; }

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

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

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

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

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

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

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

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