#DB42FC

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

Shades of Heliotrope #DB42FC

Tints of Heliotrope #DB42FC

Color information

#DB42FC (or 0xDB42FC) is unknown color: approx Heliotrope. HEX triplet: DB, 42 and FC. RGB value is (219,66,252). Sum of RGB (Red+Green+Blue) = 219+66+252=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 66 (26.17% from 255 or 12.29% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42FC is #24BD03. Grayscale: #848484. Windows color (decimal): -2407684 or 16532187. OLE color: 16532187.

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

Color convert

RGB21966252-
CMYK0.130.7400.01
HSL289.35º96.88%62.35%-
HSV(B)289.35º73.81%98.82%-
XYZ48.7325.9894.54-
YUV132.95195.19189.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 66 (26.17% from 255) = 12.29%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=40.78%
G=12.29%
B=46.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal219662520.130.7400.01289.3596.8862.35
HexDB42FCD4A01121613e
Octal333102374151120144114176
Binary1101101110000101111110011011001010011001000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB42FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB42FC; }

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

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

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

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

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

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

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

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