#DB47FC

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

Shades of Heliotrope #DB47FC

Tints of Heliotrope #DB47FC

Color information

#DB47FC (or 0xDB47FC) is unknown color: approx Heliotrope. HEX triplet: DB, 47 and FC. RGB value is (219,71,252). Sum of RGB (Red+Green+Blue) = 219+71+252=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 71 (28.12% from 255 or 13.10% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47FC is #24B803. Grayscale: #878787. Windows color (decimal): -2406404 or 16533467. OLE color: 16533467.

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

Color convert

RGB21971252-
CMYK0.130.7200.01
HSL289.06º96.79%63.33%-
HSV(B)289.06º71.83%98.82%-
XYZ49.0426.5994.64-
YUV135.89193.53187.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 71 (28.12% from 255) = 13.10%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=40.41%
G=13.10%
B=46.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal219712520.130.7200.01289.0696.7963.33
HexDB47FCD4801121613f
Octal333107374151100144114177
Binary1101101110001111111110011011001000011001000011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB47FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB47FC; }

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

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

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

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

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

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

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

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