Shades of Heliotrope #D25CFD
Tints of Heliotrope #D25CFD
RGB
CMYK
RGB Variations
Color information
#D25CFD (or 0xD25CFD) is known color: Heliotrope. HEX triplet: D2, 5C and FD. RGB value is (210,92,253). Sum of RGB (Red+Green+Blue) = 210+92+253=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CFD is #2DA302. Grayscale: #919191. Windows color (decimal): -2990851 or 16604370. OLE color: 16604370.
HSL color Cylindrical-coordinate representation of color #D25CFD: hue angle of 283.98º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D25CFD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 92 | 253 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.01 |
| HSL | 283.98º | 0.98% | 0.68% | - |
| HSV(B) | 283.98º | 0.64% | 0.99% | - |
| XYZ | 48.14 | 28.45 | 95.88 | - |
| YUV | 145.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 253 | 0.17 | 0.64 | 0 | 0.01 | 283.98 | 0.98 | 0.68 |
| Hex | D2 | 5C | FD | 11 | 40 | 0 | 1 | 11C | 62 | 44 |
| Octal | 322 | 134 | 375 | 21 | 100 | 0 | 1 | 434 | 142 | 104 |
| Binary | 11010010 | 1011100 | 11111101 | 10001 | 1000000 | 0 | 1 | 100011100 | 1100010 | 1000100 |
Color Harmonies of #D25CFD
Complementary color
Monochromatic Colors of #D25CFD
Black with #D25CFD
Text Example
Text Example
White with #D25CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CFD; }
p { color: rgb(210,92,253); }
H1.HeaderClassName
{
color: #D25CFD;
}
.AnyTagClassName
{
color: #D25CFD;
}
</style>
background-color css
<style>
a { background-color: #D25CFD; }
a { background-color: rgb(210,92,253); }
div.DivClassName
{
background-color: #D25CFD;
}
.BgClassName
{
background-color: #D25CFD;
}
</style>
border-color css
<style>
span { border-color: #D25CFD; }
span { border-color: rgb(210,92,253); }
td.TdClassName
{
border-color: #D25CFD;
}
.TagClassName
{
border-color: #D25CFD;
}
</style>