Shades of Heliotrope #DB42FC
Tints of Heliotrope #DB42FC
RGB
CMYK
RGB Variations
Color information
#DB42FC (or 0xDB42FC) is known color: 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
RGB | 219 | 66 | 252 | - |
CMYK | 0.13 | 0.74 | 0 | 0.01 |
HSL | 289.35º | 0.97% | 0.62% | - |
HSV(B) | 289.35º | 0.74% | 0.99% | - |
XYZ | 48.73 | 25.98 | 94.54 | - |
YUV | 132.95 | 195.19 | 189.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 66 | 252 | 0.13 | 0.74 | 0 | 0.01 | 289.35 | 0.97 | 0.62 |
Hex | DB | 42 | FC | D | 4A | 0 | 1 | 121 | 61 | 3E |
Octal | 333 | 102 | 374 | 15 | 112 | 0 | 1 | 441 | 141 | 76 |
Binary | 11011011 | 1000010 | 11111100 | 1101 | 1001010 | 0 | 1 | 100100001 | 1100001 | 111110 |
Color Harmonies of #DB42FC
Complementary color
Monochromatic Colors of #DB42FC
Black with #DB42FC
Text Example
Text Example
White with #DB42FC
Text Example
Text Example
HTML Codes & Css Web 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>