#DB96BE

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

Shades of Shocking #DB96BE

Tints of Shocking #DB96BE

Color information

#DB96BE (or 0xDB96BE) is unknown color: approx Shocking. HEX triplet: DB, 96 and BE. RGB value is (219,150,190). Sum of RGB (Red+Green+Blue) = 219+150+190=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96BE is #246941. Grayscale: #AFAFAF. Windows color (decimal): -2386242 or 12490459. OLE color: 12490459.

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

Color convert

RGB219150190-
CMYK00.320.130.14
HSL325.22º48.94%72.35%-
HSV(B)325.22º31.51%85.88%-
XYZ49.4140.5953.95-
YUV175.19136.36159.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=39.18%
G=26.83%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915019000.320.130.14325.2248.9472.35
HexDB96BE020DE1453148
Octal333226276040151650561110
Binary1101101110010110101111100100000110111101010001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96BE; }

 p { color: rgb(219,150,190); }

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

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

 a { background-color: rgb(219,150,190); }

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

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

 span { border-color: rgb(219,150,190); }

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