Shades of Heliotrope #D254F6
Tints of Heliotrope #D254F6
RGB
CMYK
RGB Variations
Color information
#D254F6 (or 0xD254F6) is known color: Heliotrope. HEX triplet: D2, 54 and F6. RGB value is (210,84,246). Sum of RGB (Red+Green+Blue) = 210+84+246=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 84 (33.20% from 255 or 15.56% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #D254F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D254F6 is #2DAB09. Grayscale: #8B8B8B. Windows color (decimal): -2992906 or 16143570. OLE color: 16143570.
HSL color Cylindrical-coordinate representation of color #D254F6: hue angle of 286.67º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D254F6 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 84 | 246 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.04 |
| HSL | 286.67º | 0.9% | 0.65% | - |
| HSV(B) | 286.67º | 0.66% | 0.96% | - |
| XYZ | 46.38 | 26.7 | 89.9 | - |
| YUV | 140.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 246 | 0.15 | 0.66 | 0 | 0.04 | 286.67 | 0.9 | 0.65 |
| Hex | D2 | 54 | F6 | F | 42 | 0 | 4 | 11F | 5A | 41 |
| Octal | 322 | 124 | 366 | 17 | 102 | 0 | 4 | 437 | 132 | 101 |
| Binary | 11010010 | 1010100 | 11110110 | 1111 | 1000010 | 0 | 100 | 100011111 | 1011010 | 1000001 |
Color Harmonies of #D254F6
Complementary color
Monochromatic Colors of #D254F6
Black with #D254F6
Text Example
Text Example
White with #D254F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254F6; }
p { color: rgb(210,84,246); }
H1.HeaderClassName
{
color: #D254F6;
}
.AnyTagClassName
{
color: #D254F6;
}
</style>
background-color css
<style>
a { background-color: #D254F6; }
a { background-color: rgb(210,84,246); }
div.DivClassName
{
background-color: #D254F6;
}
.BgClassName
{
background-color: #D254F6;
}
</style>
border-color css
<style>
span { border-color: #D254F6; }
span { border-color: rgb(210,84,246); }
td.TdClassName
{
border-color: #D254F6;
}
.TagClassName
{
border-color: #D254F6;
}
</style>