Shades of Heliotrope #D242FC
Tints of Heliotrope #D242FC
RGB
CMYK
RGB Variations
Color information
#D242FC (or 0xD242FC) is known color: Heliotrope. HEX triplet: D2, 42 and FC. RGB value is (210,66,252). Sum of RGB (Red+Green+Blue) = 210+66+252=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #D242FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242FC is #2DBD03. Grayscale: #818181. Windows color (decimal): -2997508 or 16532178. OLE color: 16532178.
HSL color Cylindrical-coordinate representation of color #D242FC: hue angle of 286.45º 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 #D242FC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 66 | 252 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.01 |
| HSL | 286.45º | 0.97% | 0.62% | - |
| HSV(B) | 286.45º | 0.74% | 0.99% | - |
| XYZ | 46.1 | 24.63 | 94.42 | - |
| YUV | 130.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 252 | 0.17 | 0.74 | 0 | 0.01 | 286.45 | 0.97 | 0.62 |
| Hex | D2 | 42 | FC | 11 | 4A | 0 | 1 | 11E | 61 | 3E |
| Octal | 322 | 102 | 374 | 21 | 112 | 0 | 1 | 436 | 141 | 76 |
| Binary | 11010010 | 1000010 | 11111100 | 10001 | 1001010 | 0 | 1 | 100011110 | 1100001 | 111110 |
Color Harmonies of #D242FC
Complementary color
Monochromatic Colors of #D242FC
Black with #D242FC
Text Example
Text Example
White with #D242FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242FC; }
p { color: rgb(210,66,252); }
H1.HeaderClassName
{
color: #D242FC;
}
.AnyTagClassName
{
color: #D242FC;
}
</style>
background-color css
<style>
a { background-color: #D242FC; }
a { background-color: rgb(210,66,252); }
div.DivClassName
{
background-color: #D242FC;
}
.BgClassName
{
background-color: #D242FC;
}
</style>
border-color css
<style>
span { border-color: #D242FC; }
span { border-color: rgb(210,66,252); }
td.TdClassName
{
border-color: #D242FC;
}
.TagClassName
{
border-color: #D242FC;
}
</style>