Shades of Heliotrope #D962FE
Tints of Heliotrope #D962FE
RGB
CMYK
RGB Variations
Color information
#D962FE (or 0xD962FE) is known color: Heliotrope. HEX triplet: D9, 62 and FE. RGB value is (217,98,254). Sum of RGB (Red+Green+Blue) = 217+98+254=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #D962FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962FE is #269D01. Grayscale: #969696. Windows color (decimal): -2530562 or 16671449. OLE color: 16671449.
HSL color Cylindrical-coordinate representation of color #D962FE: hue angle of 285.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D962FE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 98 | 254 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.00 |
| HSL | 285.77º | 0.99% | 0.69% | - |
| HSV(B) | 285.77º | 0.61% | 1% | - |
| XYZ | 50.87 | 30.64 | 97 | - |
| YUV | 151.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 254 | 0.15 | 0.61 | 0 | 0.00 | 285.77 | 0.99 | 0.69 |
| Hex | D9 | 62 | FE | F | 3D | 0 | 0 | 11E | 63 | 45 |
| Octal | 331 | 142 | 376 | 17 | 75 | 0 | 0 | 436 | 143 | 105 |
| Binary | 11011001 | 1100010 | 11111110 | 1111 | 111101 | 0 | 0 | 100011110 | 1100011 | 1000101 |
Color Harmonies of #D962FE
Complementary color
Monochromatic Colors of #D962FE
Black with #D962FE
Text Example
Text Example
White with #D962FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D962FE; }
p { color: rgb(217,98,254); }
H1.HeaderClassName
{
color: #D962FE;
}
.AnyTagClassName
{
color: #D962FE;
}
</style>
background-color css
<style>
a { background-color: #D962FE; }
a { background-color: rgb(217,98,254); }
div.DivClassName
{
background-color: #D962FE;
}
.BgClassName
{
background-color: #D962FE;
}
</style>
border-color css
<style>
span { border-color: #D962FE; }
span { border-color: rgb(217,98,254); }
td.TdClassName
{
border-color: #D962FE;
}
.TagClassName
{
border-color: #D962FE;
}
</style>