#DB8DFD

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

Shades of Heliotrope #DB8DFD

Tints of Heliotrope #DB8DFD

Color information

#DB8DFD (or 0xDB8DFD) is unknown color: approx Heliotrope. HEX triplet: DB, 8D and FD. RGB value is (219,141,253). Sum of RGB (Red+Green+Blue) = 219+141+253=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DFD is #247202. Grayscale: #B0B0B0. Windows color (decimal): -2388483 or 16616923. OLE color: 16616923.

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

Color convert

RGB219141253-
CMYK0.130.4400.01
HSL281.79º96.55%77.25%-
HSV(B)281.79º44.27%99.22%-
XYZ56.4741.297.91-
YUV177.09170.84157.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 141 (55.47% from 255) = 23.00%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=35.73%
G=23.00%
B=41.27%

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
Decimal2191412530.130.4400.01281.7996.5577.25
HexDB8DFDD2C0111a614d
Octal333215375155401432141115
Binary11011011100011011111110111011011000110001101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DFD; }

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

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

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

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

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

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

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

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