Shades of Heliotrope #D451F8
Tints of Heliotrope #D451F8
RGB
CMYK
RGB Variations
Color information
#D451F8 (or 0xD451F8) is known color: Heliotrope. HEX triplet: D4, 51 and F8. RGB value is (212,81,248). Sum of RGB (Red+Green+Blue) = 212+81+248=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #D451F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451F8 is #2BAE07. Grayscale: #8A8A8A. Windows color (decimal): -2862600 or 16273876. OLE color: 16273876.
HSL color Cylindrical-coordinate representation of color #D451F8: hue angle of 287.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D451F8 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 81 | 248 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.03 |
| HSL | 287.07º | 0.92% | 0.65% | - |
| HSV(B) | 287.07º | 0.67% | 0.97% | - |
| XYZ | 47.04 | 26.66 | 91.47 | - |
| YUV | 139.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 248 | 0.15 | 0.67 | 0 | 0.03 | 287.07 | 0.92 | 0.65 |
| Hex | D4 | 51 | F8 | F | 43 | 0 | 3 | 11F | 5C | 41 |
| Octal | 324 | 121 | 370 | 17 | 103 | 0 | 3 | 437 | 134 | 101 |
| Binary | 11010100 | 1010001 | 11111000 | 1111 | 1000011 | 0 | 11 | 100011111 | 1011100 | 1000001 |
Color Harmonies of #D451F8
Complementary color
Monochromatic Colors of #D451F8
Black with #D451F8
Text Example
Text Example
White with #D451F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D451F8; }
p { color: rgb(212,81,248); }
H1.HeaderClassName
{
color: #D451F8;
}
.AnyTagClassName
{
color: #D451F8;
}
</style>
background-color css
<style>
a { background-color: #D451F8; }
a { background-color: rgb(212,81,248); }
div.DivClassName
{
background-color: #D451F8;
}
.BgClassName
{
background-color: #D451F8;
}
</style>
border-color css
<style>
span { border-color: #D451F8; }
span { border-color: rgb(212,81,248); }
td.TdClassName
{
border-color: #D451F8;
}
.TagClassName
{
border-color: #D451F8;
}
</style>