#DB71FA

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

Shades of Heliotrope #DB71FA

Tints of Heliotrope #DB71FA

Color information

#DB71FA (or 0xDB71FA) is unknown color: approx Heliotrope. HEX triplet: DB, 71 and FA. RGB value is (219,113,250). Sum of RGB (Red+Green+Blue) = 219+113+250=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71FA is #248E05. Grayscale: #9F9F9F. Windows color (decimal): -2395654 or 16413147. OLE color: 16413147.

HSL color Cylindrical-coordinate representation of color #DB71FA: hue angle of 286.42º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB71FA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219113250-
CMYK0.120.5500.02
HSL286.42º93.2%71.18%-
HSV(B)286.42º54.8%98.04%-
XYZ52.3733.7794.2-
YUV160.31178.62169.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 113 (44.53% from 255) = 19.42%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=37.63%
G=19.42%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191132500.120.5500.02286.4293.271.18
HexDB71FAC370211e5d47
Octal333161372146702436135107
Binary11011011111000111111010110011011101010001111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB71FA; }

 p { color: rgb(219,113,250); }

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

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

 a { background-color: rgb(219,113,250); }

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

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

 span { border-color: rgb(219,113,250); }

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