Shades of Heliotrope #D245FF
Tints of Heliotrope #D245FF
RGB
CMYK
RGB Variations
Color information
#D245FF (or 0xD245FF) is known color: Heliotrope. HEX triplet: D2, 45 and FF. RGB value is (210,69,255). Sum of RGB (Red+Green+Blue) = 210+69+255=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 69 (27.34% from 255 or 12.92% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #D245FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245FF is #2DBA00. Grayscale: #838383. Windows color (decimal): -2996737 or 16729554. OLE color: 16729554.
HSL color Cylindrical-coordinate representation of color #D245FF: hue angle of 285.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D245FF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 69 | 255 | - |
| CMYK | 0.18 | 0.73 | 0 | 0 |
| HSL | 285.48º | 1% | 0.64% | - |
| HSV(B) | 285.48º | 0.73% | 1% | - |
| XYZ | 46.76 | 25.18 | 97 | - |
| YUV | 132.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 255 | 0.18 | 0.73 | 0 | 0 | 285.48 | 1 | 0.64 |
| Hex | D2 | 45 | FF | 12 | 49 | 0 | 0 | 11D | 64 | 40 |
| Octal | 322 | 105 | 377 | 22 | 111 | 0 | 0 | 435 | 144 | 100 |
| Binary | 11010010 | 1000101 | 11111111 | 10010 | 1001001 | 0 | 0 | 100011101 | 1100100 | 1000000 |
Color Harmonies of #D245FF
Complementary color
Monochromatic Colors of #D245FF
Black with #D245FF
Text Example
Text Example
White with #D245FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245FF; }
p { color: rgb(210,69,255); }
H1.HeaderClassName
{
color: #D245FF;
}
.AnyTagClassName
{
color: #D245FF;
}
</style>
background-color css
<style>
a { background-color: #D245FF; }
a { background-color: rgb(210,69,255); }
div.DivClassName
{
background-color: #D245FF;
}
.BgClassName
{
background-color: #D245FF;
}
</style>
border-color css
<style>
span { border-color: #D245FF; }
span { border-color: rgb(210,69,255); }
td.TdClassName
{
border-color: #D245FF;
}
.TagClassName
{
border-color: #D245FF;
}
</style>