#DB8EBE

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

Shades of Shocking #DB8EBE

Tints of Shocking #DB8EBE

Color information

#DB8EBE (or 0xDB8EBE) is unknown color: approx Shocking. HEX triplet: DB, 8E and BE. RGB value is (219,142,190). Sum of RGB (Red+Green+Blue) = 219+142+190=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EBE is #247141. Grayscale: #AAAAAA. Windows color (decimal): -2388290 or 12488411. OLE color: 12488411.

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

Color convert

RGB219142190-
CMYK00.350.130.14
HSL322.6º51.68%70.78%-
HSV(B)322.6º35.16%85.88%-
XYZ48.1838.1253.53-
YUV170.49139.01162.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=39.75%
G=25.77%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914219000.350.130.14322.651.6870.78
HexDB8EBE023DE1433447
Octal333216276043151650364107
Binary1101101110001110101111100100011110111101010000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8EBE; }

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

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

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

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

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

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

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

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