#DB6BFE

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

Shades of Heliotrope #DB6BFE

Tints of Heliotrope #DB6BFE

Color information

#DB6BFE (or 0xDB6BFE) is unknown color: approx Heliotrope. HEX triplet: DB, 6B and FE. RGB value is (219,107,254). Sum of RGB (Red+Green+Blue) = 219+107+254=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFE is #249401. Grayscale: #9C9C9C. Windows color (decimal): -2397186 or 16673755. OLE color: 16673755.

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

Color convert

RGB219107254-
CMYK0.140.5800.00
HSL285.71º98.66%70.78%-
HSV(B)285.71º57.87%99.61%-
XYZ52.3632.7397.32-
YUV157.25182.61172.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 107 (42.19% from 255) = 18.45%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=37.76%
G=18.45%
B=43.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2191072540.140.5800.00285.7198.6670.78
HexDB6BFEE3A0011e6347
Octal333153376167200436143107
Binary1101101111010111111111011101110100010001111011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BFE; }

 p { color: rgb(219,107,254); }

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

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

 a { background-color: rgb(219,107,254); }

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

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

 span { border-color: rgb(219,107,254); }

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