Shades of Heliotrope #D662FB
Tints of Heliotrope #D662FB
RGB
CMYK
RGB Variations
Color information
#D662FB (or 0xD662FB) is known color: Heliotrope. HEX triplet: D6, 62 and FB. RGB value is (214,98,251). Sum of RGB (Red+Green+Blue) = 214+98+251=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 98 (38.67% from 255 or 17.41% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #D662FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662FB is #299D04. Grayscale: #959595. Windows color (decimal): -2727173 or 16474838. OLE color: 16474838.
HSL color Cylindrical-coordinate representation of color #D662FB: hue angle of 285.49º degrees, saturation: 0.95, 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 #D662FB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 98 | 251 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.02 |
| HSL | 285.49º | 0.95% | 0.68% | - |
| HSV(B) | 285.49º | 0.61% | 0.98% | - |
| XYZ | 49.51 | 30 | 94.45 | - |
| YUV | 150.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 251 | 0.15 | 0.61 | 0 | 0.02 | 285.49 | 0.95 | 0.68 |
| Hex | D6 | 62 | FB | F | 3D | 0 | 2 | 11D | 5F | 44 |
| Octal | 326 | 142 | 373 | 17 | 75 | 0 | 2 | 435 | 137 | 104 |
| Binary | 11010110 | 1100010 | 11111011 | 1111 | 111101 | 0 | 10 | 100011101 | 1011111 | 1000100 |
Color Harmonies of #D662FB
Complementary color
Monochromatic Colors of #D662FB
Black with #D662FB
Text Example
Text Example
White with #D662FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662FB; }
p { color: rgb(214,98,251); }
H1.HeaderClassName
{
color: #D662FB;
}
.AnyTagClassName
{
color: #D662FB;
}
</style>
background-color css
<style>
a { background-color: #D662FB; }
a { background-color: rgb(214,98,251); }
div.DivClassName
{
background-color: #D662FB;
}
.BgClassName
{
background-color: #D662FB;
}
</style>
border-color css
<style>
span { border-color: #D662FB; }
span { border-color: rgb(214,98,251); }
td.TdClassName
{
border-color: #D662FB;
}
.TagClassName
{
border-color: #D662FB;
}
</style>