#db5efc

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

Shades of Heliotrope #DB5EFC

Tints of Heliotrope #DB5EFC

Color information

#DB5EFC (or 0xDB5EFC) is unknown color: approx Heliotrope. HEX triplet: DB, 5E and FC. RGB value is (219,94,252). Sum of RGB (Red+Green+Blue) = 219+94+252=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFC is #24A103. Grayscale: #949494. Windows color (decimal): -2400516 or 16539355. OLE color: 16539355.

HSL color Cylindrical-coordinate representation of color #DB5EFC: hue angle of 287.47º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5EFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21994252-
CMYK0.130.6300.01
HSL287.47º96.34%67.84%-
HSV(B)287.47º62.7%98.82%-
XYZ50.7930.0995.23-
YUV149.39185.91177.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 94 (37.11% from 255) = 16.64%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=38.76%
G=16.64%
B=44.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal219942520.130.6300.01287.4796.3467.84
HexDB5EFCD3F0111f6044
Octal333136374157701437140104
Binary1101101110111101111110011011111110110001111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5efc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5efc; }

 p { color: rgb(219,94,252); }

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

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

 a { background-color: rgb(219,94,252); }

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

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

 span { border-color: rgb(219,94,252); }

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