#DB72EB

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

Shades of Heliotrope #DB72EB

Tints of Heliotrope #DB72EB

Color information

#DB72EB (or 0xDB72EB) is unknown color: approx Heliotrope. HEX triplet: DB, 72 and EB. RGB value is (219,114,235). Sum of RGB (Red+Green+Blue) = 219+114+235=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72EB is #248D14. Grayscale: #9E9E9E. Windows color (decimal): -2395413 or 15430363. OLE color: 15430363.

HSL color Cylindrical-coordinate representation of color #DB72EB: hue angle of 292.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB72EB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219114235-
CMYK0.070.5100.08
HSL292.07º75.16%68.43%-
HSV(B)292.07º51.49%92.16%-
XYZ50.2333.0982.34-
YUV159.19170.79170.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=38.56%
G=20.07%
B=41.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191142350.070.5100.08292.0775.1668.43
HexDB72EB733081244b44
Octal333162353763010444113104
Binary110110111110010111010111111100110100010010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB72EB; }

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

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

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

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

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

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

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

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