Shades of Heliotrope #D562FF
Tints of Heliotrope #D562FF
RGB
CMYK
RGB Variations
Color information
#D562FF (or 0xD562FF) is known color: Heliotrope. HEX triplet: D5, 62 and FF. RGB value is (213,98,255). Sum of RGB (Red+Green+Blue) = 213+98+255=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D562FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562FF is #2A9D00. Grayscale: #959595. Windows color (decimal): -2792705 or 16736981. OLE color: 16736981.
HSL color Cylindrical-coordinate representation of color #D562FF: hue angle of 283.95º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D562FF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 98 | 255 | - |
| CMYK | 0.16 | 0.62 | 0 | 0 |
| HSL | 283.95º | 1% | 0.69% | - |
| HSV(B) | 283.95º | 0.62% | 1% | - |
| XYZ | 49.86 | 30.1 | 97.79 | - |
| YUV | 150.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 255 | 0.16 | 0.62 | 0 | 0 | 283.95 | 1 | 0.69 |
| Hex | D5 | 62 | FF | 10 | 3E | 0 | 0 | 11C | 64 | 45 |
| Octal | 325 | 142 | 377 | 20 | 76 | 0 | 0 | 434 | 144 | 105 |
| Binary | 11010101 | 1100010 | 11111111 | 10000 | 111110 | 0 | 0 | 100011100 | 1100100 | 1000101 |
Color Harmonies of #D562FF
Complementary color
Monochromatic Colors of #D562FF
Black with #D562FF
Text Example
Text Example
White with #D562FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562FF; }
p { color: rgb(213,98,255); }
H1.HeaderClassName
{
color: #D562FF;
}
.AnyTagClassName
{
color: #D562FF;
}
</style>
background-color css
<style>
a { background-color: #D562FF; }
a { background-color: rgb(213,98,255); }
div.DivClassName
{
background-color: #D562FF;
}
.BgClassName
{
background-color: #D562FF;
}
</style>
border-color css
<style>
span { border-color: #D562FF; }
span { border-color: rgb(213,98,255); }
td.TdClassName
{
border-color: #D562FF;
}
.TagClassName
{
border-color: #D562FF;
}
</style>