Shades of Heliotrope #D048FB
Tints of Heliotrope #D048FB
RGB
CMYK
RGB Variations
Color information
#D048FB (or 0xD048FB) is known color: Heliotrope. HEX triplet: D0, 48 and FB. RGB value is (208,72,251). Sum of RGB (Red+Green+Blue) = 208+72+251=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #D048FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048FB is #2FB704. Grayscale: #848484. Windows color (decimal): -3127045 or 16468176. OLE color: 16468176.
HSL color Cylindrical-coordinate representation of color #D048FB: hue angle of 285.59º degrees, saturation: 0.96, 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 #D048FB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 72 | 251 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.02 |
| HSL | 285.59º | 0.96% | 0.63% | - |
| HSV(B) | 285.59º | 0.71% | 0.98% | - |
| XYZ | 45.74 | 25.01 | 93.68 | - |
| YUV | 133.07 | 194.56 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 251 | 0.17 | 0.71 | 0 | 0.02 | 285.59 | 0.96 | 0.63 |
| Hex | D0 | 48 | FB | 11 | 47 | 0 | 2 | 11E | 60 | 3F |
| Octal | 320 | 110 | 373 | 21 | 107 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010000 | 1001000 | 11111011 | 10001 | 1000111 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D048FB
Complementary color
Monochromatic Colors of #D048FB
Black with #D048FB
Text Example
Text Example
White with #D048FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048FB; }
p { color: rgb(208,72,251); }
H1.HeaderClassName
{
color: #D048FB;
}
.AnyTagClassName
{
color: #D048FB;
}
</style>
background-color css
<style>
a { background-color: #D048FB; }
a { background-color: rgb(208,72,251); }
div.DivClassName
{
background-color: #D048FB;
}
.BgClassName
{
background-color: #D048FB;
}
</style>
border-color css
<style>
span { border-color: #D048FB; }
span { border-color: rgb(208,72,251); }
td.TdClassName
{
border-color: #D048FB;
}
.TagClassName
{
border-color: #D048FB;
}
</style>