Shades of Heliotrope #D245FB
Tints of Heliotrope #D245FB
RGB
CMYK
RGB Variations
Color information
#D245FB (or 0xD245FB) is known color: Heliotrope. HEX triplet: D2, 45 and FB. RGB value is (210,69,251). Sum of RGB (Red+Green+Blue) = 210+69+251=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 69 (27.34% from 255 or 13.02% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #D245FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245FB is #2DBA04. Grayscale: #838383. Windows color (decimal): -2996741 or 16467410. OLE color: 16467410.
HSL color Cylindrical-coordinate representation of color #D245FB: hue angle of 286.48º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D245FB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 69 | 251 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 286.48º | 0.96% | 0.63% | - |
| HSV(B) | 286.48º | 0.73% | 0.98% | - |
| XYZ | 46.12 | 24.92 | 93.65 | - |
| YUV | 131.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 251 | 0.16 | 0.73 | 0 | 0.02 | 286.48 | 0.96 | 0.63 |
| Hex | D2 | 45 | FB | 10 | 49 | 0 | 2 | 11E | 60 | 3F |
| Octal | 322 | 105 | 373 | 20 | 111 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010010 | 1000101 | 11111011 | 10000 | 1001001 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D245FB
Complementary color
Monochromatic Colors of #D245FB
Black with #D245FB
Text Example
Text Example
White with #D245FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245FB; }
p { color: rgb(210,69,251); }
H1.HeaderClassName
{
color: #D245FB;
}
.AnyTagClassName
{
color: #D245FB;
}
</style>
background-color css
<style>
a { background-color: #D245FB; }
a { background-color: rgb(210,69,251); }
div.DivClassName
{
background-color: #D245FB;
}
.BgClassName
{
background-color: #D245FB;
}
</style>
border-color css
<style>
span { border-color: #D245FB; }
span { border-color: rgb(210,69,251); }
td.TdClassName
{
border-color: #D245FB;
}
.TagClassName
{
border-color: #D245FB;
}
</style>