Shades of Heliotrope #D248FA
Tints of Heliotrope #D248FA
RGB
CMYK
RGB Variations
Color information
#D248FA (or 0xD248FA) is known color: Heliotrope. HEX triplet: D2, 48 and FA. RGB value is (210,72,250). Sum of RGB (Red+Green+Blue) = 210+72+250=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D248FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248FA is #2DB705. Grayscale: #848484. Windows color (decimal): -2995974 or 16402642. OLE color: 16402642.
HSL color Cylindrical-coordinate representation of color #D248FA: hue angle of 286.52º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D248FA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 72 | 250 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.52º | 0.95% | 0.63% | - |
| HSV(B) | 286.52º | 0.71% | 0.98% | - |
| XYZ | 46.15 | 25.24 | 92.88 | - |
| YUV | 133.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 250 | 0.16 | 0.71 | 0 | 0.02 | 286.52 | 0.95 | 0.63 |
| Hex | D2 | 48 | FA | 10 | 47 | 0 | 2 | 11F | 5F | 3F |
| Octal | 322 | 110 | 372 | 20 | 107 | 0 | 2 | 437 | 137 | 77 |
| Binary | 11010010 | 1001000 | 11111010 | 10000 | 1000111 | 0 | 10 | 100011111 | 1011111 | 111111 |
Color Harmonies of #D248FA
Complementary color
Monochromatic Colors of #D248FA
Black with #D248FA
Text Example
Text Example
White with #D248FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248FA; }
p { color: rgb(210,72,250); }
H1.HeaderClassName
{
color: #D248FA;
}
.AnyTagClassName
{
color: #D248FA;
}
</style>
background-color css
<style>
a { background-color: #D248FA; }
a { background-color: rgb(210,72,250); }
div.DivClassName
{
background-color: #D248FA;
}
.BgClassName
{
background-color: #D248FA;
}
</style>
border-color css
<style>
span { border-color: #D248FA; }
span { border-color: rgb(210,72,250); }
td.TdClassName
{
border-color: #D248FA;
}
.TagClassName
{
border-color: #D248FA;
}
</style>