#DB8DB8

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

Shades of Shocking #DB8DB8

Tints of Shocking #DB8DB8

Color information

#DB8DB8 (or 0xDB8DB8) is unknown color: approx Shocking. HEX triplet: DB, 8D and B8. RGB value is (219,141,184). Sum of RGB (Red+Green+Blue) = 219+141+184=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DB8 is #247247. Grayscale: #A9A9A9. Windows color (decimal): -2388552 or 12094939. OLE color: 12094939.

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

Color convert

RGB219141184-
CMYK00.360.160.14
HSL326.92º52%70.59%-
HSV(B)326.92º35.62%85.88%-
XYZ47.3937.5750.1-
YUV169.22136.34163.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=40.26%
G=25.92%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914118400.360.160.14326.925270.59
HexDB8DB802410E1473447
Octal333215270044201650764107
Binary11011011100011011011100001001001000011101010001111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DB8; }

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

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

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

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

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

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

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

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