#DB9FB6

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

Shades of Shocking #DB9FB6

Tints of Shocking #DB9FB6

Color information

#DB9FB6 (or 0xDB9FB6) is unknown color: approx Shocking. HEX triplet: DB, 9F and B6. RGB value is (219,159,182). Sum of RGB (Red+Green+Blue) = 219+159+182=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB6 is #246049. Grayscale: #B3B3B3. Windows color (decimal): -2383946 or 11968475. OLE color: 11968475.

HSL color Cylindrical-coordinate representation of color #DB9FB6: hue angle of 337º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FB6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219159182-
CMYK00.270.170.14
HSL337º45.45%74.12%-
HSV(B)337º27.4%85.88%-
XYZ50.0643.2349.96-
YUV179.56129.38156.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=39.11%
G=28.39%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915918200.270.170.1433745.4574.12
HexDB9FB601B11E1512d4a
Octal333237266033211652155112
Binary1101101110011111101101100110111000111101010100011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FB6; }

 p { color: rgb(219,159,182); }

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

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

 a { background-color: rgb(219,159,182); }

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

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

 span { border-color: rgb(219,159,182); }

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