#DB8EC9

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

Shades of Shocking #DB8EC9

Tints of Shocking #DB8EC9

Color information

#DB8EC9 (or 0xDB8EC9) is unknown color: approx Shocking. HEX triplet: DB, 8E and C9. RGB value is (219,142,201). Sum of RGB (Red+Green+Blue) = 219+142+201=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EC9 is #247136. Grayscale: #ABABAB. Windows color (decimal): -2388279 or 13209307. OLE color: 13209307.

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

Color convert

RGB219142201-
CMYK00.350.080.14
HSL314.03º51.68%70.78%-
HSV(B)314.03º35.16%85.88%-
XYZ49.4338.6260.11-
YUV171.75144.51161.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=38.97%
G=25.27%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914220100.350.080.14314.0351.6870.78
HexDB8EC90238E13a3447
Octal333216311043101647264107
Binary1101101110001110110010010100011100011101001110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8EC9; }

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

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

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

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

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

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

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

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