#DB4AFE

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

Shades of Heliotrope #DB4AFE

Tints of Heliotrope #DB4AFE

Color information

#DB4AFE (or 0xDB4AFE) is unknown color: approx Heliotrope. HEX triplet: DB, 4A and FE. RGB value is (219,74,254). Sum of RGB (Red+Green+Blue) = 219+74+254=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AFE is #24B501. Grayscale: #898989. Windows color (decimal): -2405634 or 16665307. OLE color: 16665307.

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

Color convert

RGB21974254-
CMYK0.140.7100.00
HSL288.33º98.9%64.31%-
HSV(B)288.33º70.87%99.61%-
XYZ49.5527.1196.39-
YUV137.87193.54185.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 74 (29.30% from 255) = 13.53%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=40.04%
G=13.53%
B=46.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal219742540.140.7100.00288.3398.964.31
HexDB4AFEE47001206340
Octal3331123761610700440143100
Binary11011011100101011111110111010001110010010000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4AFE; }

 p { color: rgb(219,74,254); }

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

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

 a { background-color: rgb(219,74,254); }

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

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

 span { border-color: rgb(219,74,254); }

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