#DB46FB

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

Shades of Heliotrope #DB46FB

Tints of Heliotrope #DB46FB

Color information

#DB46FB (or 0xDB46FB) is unknown color: approx Heliotrope. HEX triplet: DB, 46 and FB. RGB value is (219,70,251). Sum of RGB (Red+Green+Blue) = 219+70+251=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 70 (27.73% from 255 or 12.96% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB46FB is #24B904. Grayscale: #868686. Windows color (decimal): -2406661 or 16467675. OLE color: 16467675.

HSL color Cylindrical-coordinate representation of color #DB46FB: hue angle of 289.39º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB46FB is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21970251-
CMYK0.130.7200.02
HSL289.39º95.77%62.94%-
HSV(B)289.39º72.11%98.43%-
XYZ48.8226.4193.79-
YUV135.18193.36187.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 70 (27.73% from 255) = 12.96%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=40.56%
G=12.96%
B=46.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219702510.130.7200.02289.3995.7762.94
HexDB46FBD4802121603f
Octal333106373151100244114077
Binary11011011100011011111011110110010000101001000011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB46FB; }

 p { color: rgb(219,70,251); }

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

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

 a { background-color: rgb(219,70,251); }

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

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

 span { border-color: rgb(219,70,251); }

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