#DB81FC

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

Shades of Heliotrope #DB81FC

Tints of Heliotrope #DB81FC

Color information

#DB81FC (or 0xDB81FC) is unknown color: approx Heliotrope. HEX triplet: DB, 81 and FC. RGB value is (219,129,252). Sum of RGB (Red+Green+Blue) = 219+129+252=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81FC is #247E03. Grayscale: #A9A9A9. Windows color (decimal): -2391556 or 16548315. OLE color: 16548315.

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

Color convert

RGB219129252-
CMYK0.130.4900.01
HSL283.9º95.35%74.71%-
HSV(B)283.9º48.81%98.82%-
XYZ54.6337.7996.51-
YUV169.93174.32163-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 252 (98.83% from 255) = 42%
R=36.5%
G=21.5%
B=42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191292520.130.4900.01283.995.3574.71
HexDB81FCD310111c5f4b
Octal333201374156101434137113
Binary11011011100000011111110011011100010110001110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81FC; }

 p { color: rgb(219,129,252); }

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

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

 a { background-color: rgb(219,129,252); }

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

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

 span { border-color: rgb(219,129,252); }

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