Shades of Heliotrope #D960FE
Tints of Heliotrope #D960FE
RGB
CMYK
RGB Variations
Color information
#D960FE (or 0xD960FE) is known color: Heliotrope. HEX triplet: D9, 60 and FE. RGB value is (217,96,254). Sum of RGB (Red+Green+Blue) = 217+96+254=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D960FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960FE is #269F01. Grayscale: #959595. Windows color (decimal): -2531074 or 16670937. OLE color: 16670937.
HSL color Cylindrical-coordinate representation of color #D960FE: hue angle of 285.95º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D960FE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 96 | 254 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.00 |
| HSL | 285.95º | 0.99% | 0.69% | - |
| HSV(B) | 285.95º | 0.62% | 1% | - |
| XYZ | 50.69 | 30.27 | 96.94 | - |
| YUV | 150.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 254 | 0.15 | 0.62 | 0 | 0.00 | 285.95 | 0.99 | 0.69 |
| Hex | D9 | 60 | FE | F | 3E | 0 | 0 | 11E | 63 | 45 |
| Octal | 331 | 140 | 376 | 17 | 76 | 0 | 0 | 436 | 143 | 105 |
| Binary | 11011001 | 1100000 | 11111110 | 1111 | 111110 | 0 | 0 | 100011110 | 1100011 | 1000101 |
Color Harmonies of #D960FE
Complementary color
Monochromatic Colors of #D960FE
Black with #D960FE
Text Example
Text Example
White with #D960FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960FE; }
p { color: rgb(217,96,254); }
H1.HeaderClassName
{
color: #D960FE;
}
.AnyTagClassName
{
color: #D960FE;
}
</style>
background-color css
<style>
a { background-color: #D960FE; }
a { background-color: rgb(217,96,254); }
div.DivClassName
{
background-color: #D960FE;
}
.BgClassName
{
background-color: #D960FE;
}
</style>
border-color css
<style>
span { border-color: #D960FE; }
span { border-color: rgb(217,96,254); }
td.TdClassName
{
border-color: #D960FE;
}
.TagClassName
{
border-color: #D960FE;
}
</style>