Shades of Heliotrope #D256FD
Tints of Heliotrope #D256FD
RGB
CMYK
RGB Variations
Color information
#D256FD (or 0xD256FD) is known color: Heliotrope. HEX triplet: D2, 56 and FD. RGB value is (210,86,253). Sum of RGB (Red+Green+Blue) = 210+86+253=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #D256FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256FD is #2DA902. Grayscale: #8D8D8D. Windows color (decimal): -2992387 or 16602834. OLE color: 16602834.
HSL color Cylindrical-coordinate representation of color #D256FD: hue angle of 284.55º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D256FD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 86 | 253 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.01 |
| HSL | 284.55º | 0.98% | 0.66% | - |
| HSV(B) | 284.55º | 0.66% | 0.99% | - |
| XYZ | 47.64 | 27.45 | 95.72 | - |
| YUV | 142.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 253 | 0.17 | 0.66 | 0 | 0.01 | 284.55 | 0.98 | 0.66 |
| Hex | D2 | 56 | FD | 11 | 42 | 0 | 1 | 11D | 62 | 42 |
| Octal | 322 | 126 | 375 | 21 | 102 | 0 | 1 | 435 | 142 | 102 |
| Binary | 11010010 | 1010110 | 11111101 | 10001 | 1000010 | 0 | 1 | 100011101 | 1100010 | 1000010 |
Color Harmonies of #D256FD
Complementary color
Monochromatic Colors of #D256FD
Black with #D256FD
Text Example
Text Example
White with #D256FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256FD; }
p { color: rgb(210,86,253); }
H1.HeaderClassName
{
color: #D256FD;
}
.AnyTagClassName
{
color: #D256FD;
}
</style>
background-color css
<style>
a { background-color: #D256FD; }
a { background-color: rgb(210,86,253); }
div.DivClassName
{
background-color: #D256FD;
}
.BgClassName
{
background-color: #D256FD;
}
</style>
border-color css
<style>
span { border-color: #D256FD; }
span { border-color: rgb(210,86,253); }
td.TdClassName
{
border-color: #D256FD;
}
.TagClassName
{
border-color: #D256FD;
}
</style>