#DB5DFC

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

Shades of Heliotrope #DB5DFC

Tints of Heliotrope #DB5DFC

Color information

#DB5DFC (or 0xDB5DFC) is unknown color: approx Heliotrope. HEX triplet: DB, 5D and FC. RGB value is (219,93,252). Sum of RGB (Red+Green+Blue) = 219+93+252=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DFC is #24A203. Grayscale: #949494. Windows color (decimal): -2400772 or 16539099. OLE color: 16539099.

HSL color Cylindrical-coordinate representation of color #DB5DFC: hue angle of 287.55º 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 #DB5DFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21993252-
CMYK0.130.6300.01
HSL287.55º96.36%67.65%-
HSV(B)287.55º63.1%98.82%-
XYZ50.729.9295.2-
YUV148.8186.24178.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 93 (36.72% from 255) = 16.49%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=38.83%
G=16.49%
B=44.68%

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
Decimal219932520.130.6300.01287.5596.3667.65
HexDB5DFCD3F011206044
Octal333135374157701440140104
Binary1101101110111011111110011011111110110010000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5DFC; }

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

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

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

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

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

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

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

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