#DB7DFF

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

Shades of Heliotrope #DB7DFF

Tints of Heliotrope #DB7DFF

Color information

#DB7DFF (or 0xDB7DFF) is unknown color: approx Heliotrope. HEX triplet: DB, 7D and FF. RGB value is (219,125,255). Sum of RGB (Red+Green+Blue) = 219+125+255=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DFF is #248200. Grayscale: #A7A7A7. Windows color (decimal): -2392577 or 16743899. OLE color: 16743899.

HSL color Cylindrical-coordinate representation of color #DB7DFF: hue angle of 283.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7DFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219125255-
CMYK0.140.5100
HSL283.38º100%74.51%-
HSV(B)283.38º50.98%100%-
XYZ54.636.9598.86-
YUV167.93177.14164.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 125 (49.22% from 255) = 20.87%
BLUE value IS 255 (100% from 255) = 42.57%
R=36.56%
G=20.87%
B=42.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191252550.140.5100283.3810074.51
HexDB7DFFE330011b644b
Octal333175377166300433144113
Binary1101101111111011111111111101100110010001101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DFF; }

 p { color: rgb(219,125,255); }

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

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

 a { background-color: rgb(219,125,255); }

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

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

 span { border-color: rgb(219,125,255); }

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