Shades of Heliotrope #D65FFB
Tints of Heliotrope #D65FFB
RGB
CMYK
RGB Variations
Color information
#D65FFB (or 0xD65FFB) is known color: Heliotrope. HEX triplet: D6, 5F and FB. RGB value is (214,95,251). Sum of RGB (Red+Green+Blue) = 214+95+251=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #D65FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FFB is #29A004. Grayscale: #939393. Windows color (decimal): -2727941 or 16474070. OLE color: 16474070.
HSL color Cylindrical-coordinate representation of color #D65FFB: hue angle of 285.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65FFB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 95 | 251 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.02 |
| HSL | 285.77º | 0.95% | 0.68% | - |
| HSV(B) | 285.77º | 0.62% | 0.98% | - |
| XYZ | 49.24 | 29.45 | 94.36 | - |
| YUV | 148.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 251 | 0.15 | 0.62 | 0 | 0.02 | 285.77 | 0.95 | 0.68 |
| Hex | D6 | 5F | FB | F | 3E | 0 | 2 | 11E | 5F | 44 |
| Octal | 326 | 137 | 373 | 17 | 76 | 0 | 2 | 436 | 137 | 104 |
| Binary | 11010110 | 1011111 | 11111011 | 1111 | 111110 | 0 | 10 | 100011110 | 1011111 | 1000100 |
Color Harmonies of #D65FFB
Complementary color
Monochromatic Colors of #D65FFB
Black with #D65FFB
Text Example
Text Example
White with #D65FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FFB; }
p { color: rgb(214,95,251); }
H1.HeaderClassName
{
color: #D65FFB;
}
.AnyTagClassName
{
color: #D65FFB;
}
</style>
background-color css
<style>
a { background-color: #D65FFB; }
a { background-color: rgb(214,95,251); }
div.DivClassName
{
background-color: #D65FFB;
}
.BgClassName
{
background-color: #D65FFB;
}
</style>
border-color css
<style>
span { border-color: #D65FFB; }
span { border-color: rgb(214,95,251); }
td.TdClassName
{
border-color: #D65FFB;
}
.TagClassName
{
border-color: #D65FFB;
}
</style>