Shades of Heliotrope #D562F4
Tints of Heliotrope #D562F4
RGB
CMYK
RGB Variations
Color information
#D562F4 (or 0xD562F4) is known color: Heliotrope. HEX triplet: D5, 62 and F4. RGB value is (213,98,244). Sum of RGB (Red+Green+Blue) = 213+98+244=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #D562F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562F4 is #2A9D0B. Grayscale: #949494. Windows color (decimal): -2792716 or 16016085. OLE color: 16016085.
HSL color Cylindrical-coordinate representation of color #D562F4: hue angle of 287.26º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D562F4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 98 | 244 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.04 |
| HSL | 287.26º | 0.87% | 0.67% | - |
| HSV(B) | 287.26º | 0.6% | 0.96% | - |
| XYZ | 48.14 | 29.41 | 88.73 | - |
| YUV | 149.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 244 | 0.13 | 0.60 | 0 | 0.04 | 287.26 | 0.87 | 0.67 |
| Hex | D5 | 62 | F4 | D | 3C | 0 | 4 | 11F | 57 | 43 |
| Octal | 325 | 142 | 364 | 15 | 74 | 0 | 4 | 437 | 127 | 103 |
| Binary | 11010101 | 1100010 | 11110100 | 1101 | 111100 | 0 | 100 | 100011111 | 1010111 | 1000011 |
Color Harmonies of #D562F4
Complementary color
Monochromatic Colors of #D562F4
Black with #D562F4
Text Example
Text Example
White with #D562F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562F4; }
p { color: rgb(213,98,244); }
H1.HeaderClassName
{
color: #D562F4;
}
.AnyTagClassName
{
color: #D562F4;
}
</style>
background-color css
<style>
a { background-color: #D562F4; }
a { background-color: rgb(213,98,244); }
div.DivClassName
{
background-color: #D562F4;
}
.BgClassName
{
background-color: #D562F4;
}
</style>
border-color css
<style>
span { border-color: #D562F4; }
span { border-color: rgb(213,98,244); }
td.TdClassName
{
border-color: #D562F4;
}
.TagClassName
{
border-color: #D562F4;
}
</style>