#DB72FF

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

Shades of Heliotrope #DB72FF

Tints of Heliotrope #DB72FF

Color information

#DB72FF (or 0xDB72FF) is unknown color: approx Heliotrope. HEX triplet: DB, 72 and FF. RGB value is (219,114,255). Sum of RGB (Red+Green+Blue) = 219+114+255=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72FF is #248D00. Grayscale: #A1A1A1. Windows color (decimal): -2395393 or 16741083. OLE color: 16741083.

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

Color convert

RGB219114255-
CMYK0.140.5500
HSL284.68º100%72.35%-
HSV(B)284.68º55.29%100%-
XYZ53.2834.3198.42-
YUV161.47180.79169.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 114 (44.92% from 255) = 19.39%
BLUE value IS 255 (100% from 255) = 43.37%
R=37.24%
G=19.39%
B=43.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191142550.140.5500284.6810072.35
HexDB72FFE370011d6448
Octal333162377166700435144110
Binary1101101111100101111111111101101110010001110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB72FF; }

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

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

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

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

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

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

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

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