#DB8FB6

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

Shades of Shocking #DB8FB6

Tints of Shocking #DB8FB6

Color information

#DB8FB6 (or 0xDB8FB6) is unknown color: approx Shocking. HEX triplet: DB, 8F and B6. RGB value is (219,143,182). Sum of RGB (Red+Green+Blue) = 219+143+182=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FB6 is #247049. Grayscale: #AAAAAA. Windows color (decimal): -2388042 or 11964379. OLE color: 11964379.

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

Color convert

RGB219143182-
CMYK00.350.170.14
HSL329.21º51.35%70.98%-
HSV(B)329.21º34.7%85.88%-
XYZ47.4838.0849.1-
YUV170.17134.68162.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=40.26%
G=26.29%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914318200.350.170.14329.2151.3570.98
HexDB8FB602311E1493347
Octal333217266043211651163107
Binary11011011100011111011011001000111000111101010010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8FB6; }

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

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

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

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

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

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

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

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