#DB8DC6

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

Shades of Shocking #DB8DC6

Tints of Shocking #DB8DC6

Color information

#DB8DC6 (or 0xDB8DC6) is unknown color: approx Shocking. HEX triplet: DB, 8D and C6. RGB value is (219,141,198). Sum of RGB (Red+Green+Blue) = 219+141+198=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DC6 is #247239. Grayscale: #AAAAAA. Windows color (decimal): -2388538 or 13012443. OLE color: 13012443.

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

Color convert

RGB219141198-
CMYK00.360.100.14
HSL316.15º52%70.59%-
HSV(B)316.15º35.62%85.88%-
XYZ48.9338.1958.22-
YUV170.82143.34162.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=39.25%
G=25.27%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914119800.360.100.14316.155270.59
HexDB8DC6024AE13c3447
Octal333215306044121647464107
Binary1101101110001101110001100100100101011101001111001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DC6; }

 p { color: rgb(219,141,198); }

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

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

 a { background-color: rgb(219,141,198); }

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

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

 span { border-color: rgb(219,141,198); }

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