#DB8DC0

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

Shades of Shocking #DB8DC0

Tints of Shocking #DB8DC0

Color information

#DB8DC0 (or 0xDB8DC0) is unknown color: approx Shocking. HEX triplet: DB, 8D and C0. RGB value is (219,141,192). Sum of RGB (Red+Green+Blue) = 219+141+192=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DC0 is #24723F. Grayscale: #AAAAAA. Windows color (decimal): -2388544 or 12619227. OLE color: 12619227.

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

Color convert

RGB219141192-
CMYK00.360.120.14
HSL320.77º52%70.59%-
HSV(B)320.77º35.62%85.88%-
XYZ48.2537.9254.64-
YUV170.14140.34162.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=39.67%
G=25.54%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914119200.360.120.14320.775270.59
HexDB8DC0024CE1413447
Octal333215300044141650164107
Binary1101101110001101110000000100100110011101010000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DC0; }

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

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

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

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

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

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

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

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