Shades of Heliotrope #D565FD
Tints of Heliotrope #D565FD
RGB
CMYK
RGB Variations
Color information
#D565FD (or 0xD565FD) is known color: Heliotrope. HEX triplet: D5, 65 and FD. RGB value is (213,101,253). Sum of RGB (Red+Green+Blue) = 213+101+253=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 101 (39.84% from 255 or 17.81% 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 #D565FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565FD is #2A9A02. Grayscale: #979797. Windows color (decimal): -2791939 or 16606677. OLE color: 16606677.
HSL color Cylindrical-coordinate representation of color #D565FD: hue angle of 284.21º 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 #D565FD is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 101 | 253 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.01 |
| HSL | 284.21º | 0.97% | 0.69% | - |
| HSV(B) | 284.21º | 0.6% | 0.99% | - |
| XYZ | 49.82 | 30.55 | 96.2 | - |
| YUV | 151.82 | 185.11 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 253 | 0.16 | 0.60 | 0 | 0.01 | 284.21 | 0.97 | 0.69 |
| Hex | D5 | 65 | FD | 10 | 3C | 0 | 1 | 11C | 61 | 45 |
| Octal | 325 | 145 | 375 | 20 | 74 | 0 | 1 | 434 | 141 | 105 |
| Binary | 11010101 | 1100101 | 11111101 | 10000 | 111100 | 0 | 1 | 100011100 | 1100001 | 1000101 |
Color Harmonies of #D565FD
Complementary color
Monochromatic Colors of #D565FD
Black with #D565FD
Text Example
Text Example
White with #D565FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565FD; }
p { color: rgb(213,101,253); }
H1.HeaderClassName
{
color: #D565FD;
}
.AnyTagClassName
{
color: #D565FD;
}
</style>
background-color css
<style>
a { background-color: #D565FD; }
a { background-color: rgb(213,101,253); }
div.DivClassName
{
background-color: #D565FD;
}
.BgClassName
{
background-color: #D565FD;
}
</style>
border-color css
<style>
span { border-color: #D565FD; }
span { border-color: rgb(213,101,253); }
td.TdClassName
{
border-color: #D565FD;
}
.TagClassName
{
border-color: #D565FD;
}
</style>