Shades of Heliotrope #D365FD
Tints of Heliotrope #D365FD
RGB
CMYK
RGB Variations
Color information
#D365FD (or 0xD365FD) is known color: Heliotrope. HEX triplet: D3, 65 and FD. RGB value is (211,101,253). Sum of RGB (Red+Green+Blue) = 211+101+253=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #D365FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365FD is #2C9A02. Grayscale: #969696. Windows color (decimal): -2923011 or 16606675. OLE color: 16606675.
HSL color Cylindrical-coordinate representation of color #D365FD: hue angle of 283.42º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D365FD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 101 | 253 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 283.42º | 0.97% | 0.69% | - |
| HSV(B) | 283.42º | 0.6% | 0.99% | - |
| XYZ | 49.25 | 30.25 | 96.17 | - |
| YUV | 151.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 253 | 0.17 | 0.60 | 0 | 0.01 | 283.42 | 0.97 | 0.69 |
| Hex | D3 | 65 | FD | 11 | 3C | 0 | 1 | 11B | 61 | 45 |
| Octal | 323 | 145 | 375 | 21 | 74 | 0 | 1 | 433 | 141 | 105 |
| Binary | 11010011 | 1100101 | 11111101 | 10001 | 111100 | 0 | 1 | 100011011 | 1100001 | 1000101 |
Color Harmonies of #D365FD
Complementary color
Monochromatic Colors of #D365FD
Black with #D365FD
Text Example
Text Example
White with #D365FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365FD; }
p { color: rgb(211,101,253); }
H1.HeaderClassName
{
color: #D365FD;
}
.AnyTagClassName
{
color: #D365FD;
}
</style>
background-color css
<style>
a { background-color: #D365FD; }
a { background-color: rgb(211,101,253); }
div.DivClassName
{
background-color: #D365FD;
}
.BgClassName
{
background-color: #D365FD;
}
</style>
border-color css
<style>
span { border-color: #D365FD; }
span { border-color: rgb(211,101,253); }
td.TdClassName
{
border-color: #D365FD;
}
.TagClassName
{
border-color: #D365FD;
}
</style>