Shades of Heliotrope #D862FD
Tints of Heliotrope #D862FD
RGB
CMYK
RGB Variations
Color information
#D862FD (or 0xD862FD) is known color: Heliotrope. HEX triplet: D8, 62 and FD. RGB value is (216,98,253). Sum of RGB (Red+Green+Blue) = 216+98+253=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #D862FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D862FD is #279D02. Grayscale: #969696. Windows color (decimal): -2596099 or 16605912. OLE color: 16605912.
HSL color Cylindrical-coordinate representation of color #D862FD: hue angle of 285.68º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D862FD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 98 | 253 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.01 |
| HSL | 285.68º | 0.97% | 0.69% | - |
| HSV(B) | 285.68º | 0.61% | 0.99% | - |
| XYZ | 50.42 | 30.43 | 96.14 | - |
| YUV | 150.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 253 | 0.15 | 0.61 | 0 | 0.01 | 285.68 | 0.97 | 0.69 |
| Hex | D8 | 62 | FD | F | 3D | 0 | 1 | 11E | 61 | 45 |
| Octal | 330 | 142 | 375 | 17 | 75 | 0 | 1 | 436 | 141 | 105 |
| Binary | 11011000 | 1100010 | 11111101 | 1111 | 111101 | 0 | 1 | 100011110 | 1100001 | 1000101 |
Color Harmonies of #D862FD
Complementary color
Monochromatic Colors of #D862FD
Black with #D862FD
Text Example
Text Example
White with #D862FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862FD; }
p { color: rgb(216,98,253); }
H1.HeaderClassName
{
color: #D862FD;
}
.AnyTagClassName
{
color: #D862FD;
}
</style>
background-color css
<style>
a { background-color: #D862FD; }
a { background-color: rgb(216,98,253); }
div.DivClassName
{
background-color: #D862FD;
}
.BgClassName
{
background-color: #D862FD;
}
</style>
border-color css
<style>
span { border-color: #D862FD; }
span { border-color: rgb(216,98,253); }
td.TdClassName
{
border-color: #D862FD;
}
.TagClassName
{
border-color: #D862FD;
}
</style>