#DB9ECA

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

Shades of Shocking #DB9ECA

Tints of Shocking #DB9ECA

Color information

#DB9ECA (or 0xDB9ECA) is unknown color: approx Shocking. HEX triplet: DB, 9E and CA. RGB value is (219,158,202). Sum of RGB (Red+Green+Blue) = 219+158+202=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ECA is #246135. Grayscale: #B5B5B5. Windows color (decimal): -2384182 or 13278939. OLE color: 13278939.

HSL color Cylindrical-coordinate representation of color #DB9ECA: hue angle of 316.72º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9ECA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219158202-
CMYK00.280.080.14
HSL316.72º45.86%73.92%-
HSV(B)316.72º27.85%85.88%-
XYZ52.143.7861.58-
YUV181.25139.71154.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=37.82%
G=27.29%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915820200.280.080.14316.7245.8673.92
HexDB9ECA01C8E13d2e4a
Octal333236312034101647556112
Binary110110111001111011001010011100100011101001111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ECA; }

 p { color: rgb(219,158,202); }

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

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

 a { background-color: rgb(219,158,202); }

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

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

 span { border-color: rgb(219,158,202); }

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