Shades of Heliotrope #D961FA
Tints of Heliotrope #D961FA
RGB
CMYK
RGB Variations
Color information
#D961FA (or 0xD961FA) is known color: Heliotrope. HEX triplet: D9, 61 and FA. RGB value is (217,97,250). Sum of RGB (Red+Green+Blue) = 217+97+250=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #D961FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961FA is #269E05. Grayscale: #959595. Windows color (decimal): -2530822 or 16409049. OLE color: 16409049.
HSL color Cylindrical-coordinate representation of color #D961FA: hue angle of 287.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D961FA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 97 | 250 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.02 |
| HSL | 287.06º | 0.94% | 0.68% | - |
| HSV(B) | 287.06º | 0.61% | 0.98% | - |
| XYZ | 50.15 | 30.2 | 93.63 | - |
| YUV | 150.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 250 | 0.13 | 0.61 | 0 | 0.02 | 287.06 | 0.94 | 0.68 |
| Hex | D9 | 61 | FA | D | 3D | 0 | 2 | 11F | 5E | 44 |
| Octal | 331 | 141 | 372 | 15 | 75 | 0 | 2 | 437 | 136 | 104 |
| Binary | 11011001 | 1100001 | 11111010 | 1101 | 111101 | 0 | 10 | 100011111 | 1011110 | 1000100 |
Color Harmonies of #D961FA
Complementary color
Monochromatic Colors of #D961FA
Black with #D961FA
Text Example
Text Example
White with #D961FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961FA; }
p { color: rgb(217,97,250); }
H1.HeaderClassName
{
color: #D961FA;
}
.AnyTagClassName
{
color: #D961FA;
}
</style>
background-color css
<style>
a { background-color: #D961FA; }
a { background-color: rgb(217,97,250); }
div.DivClassName
{
background-color: #D961FA;
}
.BgClassName
{
background-color: #D961FA;
}
</style>
border-color css
<style>
span { border-color: #D961FA; }
span { border-color: rgb(217,97,250); }
td.TdClassName
{
border-color: #D961FA;
}
.TagClassName
{
border-color: #D961FA;
}
</style>