Shades of Heliotrope #D562FB
Tints of Heliotrope #D562FB
RGB
CMYK
RGB Variations
Color information
#D562FB (or 0xD562FB) is known color: Heliotrope. HEX triplet: D5, 62 and FB. RGB value is (213,98,251). Sum of RGB (Red+Green+Blue) = 213+98+251=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 98 (38.67% from 255 or 17.44% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #D562FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562FB is #2A9D04. Grayscale: #959595. Windows color (decimal): -2792709 or 16474837. OLE color: 16474837.
HSL color Cylindrical-coordinate representation of color #D562FB: hue angle of 285.1º 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 #D562FB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 98 | 251 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.02 |
| HSL | 285.1º | 0.95% | 0.68% | - |
| HSV(B) | 285.1º | 0.61% | 0.98% | - |
| XYZ | 49.22 | 29.85 | 94.43 | - |
| YUV | 149.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 251 | 0.15 | 0.61 | 0 | 0.02 | 285.1 | 0.95 | 0.68 |
| Hex | D5 | 62 | FB | F | 3D | 0 | 2 | 11D | 5F | 44 |
| Octal | 325 | 142 | 373 | 17 | 75 | 0 | 2 | 435 | 137 | 104 |
| Binary | 11010101 | 1100010 | 11111011 | 1111 | 111101 | 0 | 10 | 100011101 | 1011111 | 1000100 |
Color Harmonies of #D562FB
Complementary color
Monochromatic Colors of #D562FB
Black with #D562FB
Text Example
Text Example
White with #D562FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562FB; }
p { color: rgb(213,98,251); }
H1.HeaderClassName
{
color: #D562FB;
}
.AnyTagClassName
{
color: #D562FB;
}
</style>
background-color css
<style>
a { background-color: #D562FB; }
a { background-color: rgb(213,98,251); }
div.DivClassName
{
background-color: #D562FB;
}
.BgClassName
{
background-color: #D562FB;
}
</style>
border-color css
<style>
span { border-color: #D562FB; }
span { border-color: rgb(213,98,251); }
td.TdClassName
{
border-color: #D562FB;
}
.TagClassName
{
border-color: #D562FB;
}
</style>