#DB8EC0

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

Shades of Shocking #DB8EC0

Tints of Shocking #DB8EC0

Color information

#DB8EC0 (or 0xDB8EC0) is unknown color: approx Shocking. HEX triplet: DB, 8E and C0. RGB value is (219,142,192). Sum of RGB (Red+Green+Blue) = 219+142+192=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EC0 is #24713F. Grayscale: #AAAAAA. Windows color (decimal): -2388288 or 12619483. OLE color: 12619483.

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

Color convert

RGB219142192-
CMYK00.350.120.14
HSL321.04º51.68%70.78%-
HSV(B)321.04º35.16%85.88%-
XYZ48.438.2154.69-
YUV170.72140.01162.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=39.60%
G=25.68%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914219200.350.120.14321.0451.6870.78
HexDB8EC0023CE1413447
Octal333216300043141650164107
Binary1101101110001110110000000100011110011101010000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8EC0; }

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

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

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

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

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

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

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

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