#DB8EFD

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

Shades of Heliotrope #DB8EFD

Tints of Heliotrope #DB8EFD

Color information

#DB8EFD (or 0xDB8EFD) is unknown color: approx Heliotrope. HEX triplet: DB, 8E and FD. RGB value is (219,142,253). Sum of RGB (Red+Green+Blue) = 219+142+253=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EFD is #247102. Grayscale: #B1B1B1. Windows color (decimal): -2388227 or 16617179. OLE color: 16617179.

HSL color Cylindrical-coordinate representation of color #DB8EFD: hue angle of 281.62º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8EFD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219142253-
CMYK0.130.4400.01
HSL281.62º96.52%77.45%-
HSV(B)281.62º43.87%99.22%-
XYZ56.6241.597.95-
YUV177.68170.51157.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 142 (55.86% from 255) = 23.13%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=35.67%
G=23.13%
B=41.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191422530.130.4400.01281.6296.5277.45
HexDB8EFDD2C0111a614d
Octal333216375155401432141115
Binary11011011100011101111110111011011000110001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8EFD; }

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

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

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

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

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

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

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

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