#DB72FA

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

Shades of Heliotrope #DB72FA

Tints of Heliotrope #DB72FA

Color information

#DB72FA (or 0xDB72FA) is unknown color: approx Heliotrope. HEX triplet: DB, 72 and FA. RGB value is (219,114,250). Sum of RGB (Red+Green+Blue) = 219+114+250=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72FA is #248D05. Grayscale: #A0A0A0. Windows color (decimal): -2395398 or 16413403. OLE color: 16413403.

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

Color convert

RGB219114250-
CMYK0.120.5400.02
HSL286.32º93.15%71.37%-
HSV(B)286.32º54.4%98.04%-
XYZ52.493494.24-
YUV160.9178.29169.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 114 (44.92% from 255) = 19.55%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=37.56%
G=19.55%
B=42.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191142500.120.5400.02286.3293.1571.37
HexDB72FAC360211e5d47
Octal333162372146602436135107
Binary11011011111001011111010110011011001010001111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB72FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB72FA; }

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

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

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

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

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

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

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

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