Shades of Heliotrope #D762F8
Tints of Heliotrope #D762F8
RGB
CMYK
RGB Variations
Color information
#D762F8 (or 0xD762F8) is known color: Heliotrope. HEX triplet: D7, 62 and F8. RGB value is (215,98,248). Sum of RGB (Red+Green+Blue) = 215+98+248=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #D762F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762F8 is #289D07. Grayscale: #959595. Windows color (decimal): -2661640 or 16278231. OLE color: 16278231.
HSL color Cylindrical-coordinate representation of color #D762F8: hue angle of 286.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D762F8 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 98 | 248 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.03 |
| HSL | 286.8º | 0.91% | 0.68% | - |
| HSV(B) | 286.8º | 0.6% | 0.97% | - |
| XYZ | 49.34 | 29.96 | 91.99 | - |
| YUV | 150.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 248 | 0.13 | 0.60 | 0 | 0.03 | 286.8 | 0.91 | 0.68 |
| Hex | D7 | 62 | F8 | D | 3C | 0 | 3 | 11F | 5B | 44 |
| Octal | 327 | 142 | 370 | 15 | 74 | 0 | 3 | 437 | 133 | 104 |
| Binary | 11010111 | 1100010 | 11111000 | 1101 | 111100 | 0 | 11 | 100011111 | 1011011 | 1000100 |
Color Harmonies of #D762F8
Complementary color
Monochromatic Colors of #D762F8
Black with #D762F8
Text Example
Text Example
White with #D762F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762F8; }
p { color: rgb(215,98,248); }
H1.HeaderClassName
{
color: #D762F8;
}
.AnyTagClassName
{
color: #D762F8;
}
</style>
background-color css
<style>
a { background-color: #D762F8; }
a { background-color: rgb(215,98,248); }
div.DivClassName
{
background-color: #D762F8;
}
.BgClassName
{
background-color: #D762F8;
}
</style>
border-color css
<style>
span { border-color: #D762F8; }
span { border-color: rgb(215,98,248); }
td.TdClassName
{
border-color: #D762F8;
}
.TagClassName
{
border-color: #D762F8;
}
</style>