Shades of Heliotrope #D242FE
Tints of Heliotrope #D242FE
RGB
CMYK
RGB Variations
Color information
#D242FE (or 0xD242FE) is known color: Heliotrope. HEX triplet: D2, 42 and FE. RGB value is (210,66,254). Sum of RGB (Red+Green+Blue) = 210+66+254=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #D242FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242FE is #2DBD01. Grayscale: #818181. Windows color (decimal): -2997506 or 16663250. OLE color: 16663250.
HSL color Cylindrical-coordinate representation of color #D242FE: hue angle of 285.96º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D242FE is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 66 | 254 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.00 |
| HSL | 285.96º | 0.99% | 0.63% | - |
| HSV(B) | 285.96º | 0.74% | 1% | - |
| XYZ | 46.42 | 24.75 | 96.1 | - |
| YUV | 130.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 254 | 0.17 | 0.74 | 0 | 0.00 | 285.96 | 0.99 | 0.63 |
| Hex | D2 | 42 | FE | 11 | 4A | 0 | 0 | 11E | 63 | 3F |
| Octal | 322 | 102 | 376 | 21 | 112 | 0 | 0 | 436 | 143 | 77 |
| Binary | 11010010 | 1000010 | 11111110 | 10001 | 1001010 | 0 | 0 | 100011110 | 1100011 | 111111 |
Color Harmonies of #D242FE
Complementary color
Monochromatic Colors of #D242FE
Black with #D242FE
Text Example
Text Example
White with #D242FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242FE; }
p { color: rgb(210,66,254); }
H1.HeaderClassName
{
color: #D242FE;
}
.AnyTagClassName
{
color: #D242FE;
}
</style>
background-color css
<style>
a { background-color: #D242FE; }
a { background-color: rgb(210,66,254); }
div.DivClassName
{
background-color: #D242FE;
}
.BgClassName
{
background-color: #D242FE;
}
</style>
border-color css
<style>
span { border-color: #D242FE; }
span { border-color: rgb(210,66,254); }
td.TdClassName
{
border-color: #D242FE;
}
.TagClassName
{
border-color: #D242FE;
}
</style>