Shades of Heliotrope #D248FF
Tints of Heliotrope #D248FF
RGB
CMYK
RGB Variations
Color information
#D248FF (or 0xD248FF) is known color: Heliotrope. HEX triplet: D2, 48 and FF. RGB value is (210,72,255). Sum of RGB (Red+Green+Blue) = 210+72+255=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 72 (28.52% from 255 or 13.41% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #D248FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248FF is #2DB700. Grayscale: #858585. Windows color (decimal): -2995969 or 16730322. OLE color: 16730322.
HSL color Cylindrical-coordinate representation of color #D248FF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D248FF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 72 | 255 | - |
| CMYK | 0.18 | 0.72 | 0 | 0 |
| HSL | 285.25º | 1% | 0.64% | - |
| HSV(B) | 285.25º | 0.72% | 1% | - |
| XYZ | 46.95 | 25.56 | 97.07 | - |
| YUV | 134.12 | 196.22 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 255 | 0.18 | 0.72 | 0 | 0 | 285.25 | 1 | 0.64 |
| Hex | D2 | 48 | FF | 12 | 48 | 0 | 0 | 11D | 64 | 40 |
| Octal | 322 | 110 | 377 | 22 | 110 | 0 | 0 | 435 | 144 | 100 |
| Binary | 11010010 | 1001000 | 11111111 | 10010 | 1001000 | 0 | 0 | 100011101 | 1100100 | 1000000 |
Color Harmonies of #D248FF
Complementary color
Monochromatic Colors of #D248FF
Black with #D248FF
Text Example
Text Example
White with #D248FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248FF; }
p { color: rgb(210,72,255); }
H1.HeaderClassName
{
color: #D248FF;
}
.AnyTagClassName
{
color: #D248FF;
}
</style>
background-color css
<style>
a { background-color: #D248FF; }
a { background-color: rgb(210,72,255); }
div.DivClassName
{
background-color: #D248FF;
}
.BgClassName
{
background-color: #D248FF;
}
</style>
border-color css
<style>
span { border-color: #D248FF; }
span { border-color: rgb(210,72,255); }
td.TdClassName
{
border-color: #D248FF;
}
.TagClassName
{
border-color: #D248FF;
}
</style>