Shades of Heliotrope #D449FB
Tints of Heliotrope #D449FB
RGB
CMYK
RGB Variations
Color information
#D449FB (or 0xD449FB) is known color: Heliotrope. HEX triplet: D4, 49 and FB. RGB value is (212,73,251). Sum of RGB (Red+Green+Blue) = 212+73+251=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #D449FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449FB is #2BB604. Grayscale: #868686. Windows color (decimal): -2864645 or 16468436. OLE color: 16468436.
HSL color Cylindrical-coordinate representation of color #D449FB: hue angle of 286.85º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D449FB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 73 | 251 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.85º | 0.96% | 0.64% | - |
| HSV(B) | 286.85º | 0.71% | 0.98% | - |
| XYZ | 46.95 | 25.73 | 93.76 | - |
| YUV | 134.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 251 | 0.16 | 0.71 | 0 | 0.02 | 286.85 | 0.96 | 0.64 |
| Hex | D4 | 49 | FB | 10 | 47 | 0 | 2 | 11F | 60 | 40 |
| Octal | 324 | 111 | 373 | 20 | 107 | 0 | 2 | 437 | 140 | 100 |
| Binary | 11010100 | 1001001 | 11111011 | 10000 | 1000111 | 0 | 10 | 100011111 | 1100000 | 1000000 |
Color Harmonies of #D449FB
Complementary color
Monochromatic Colors of #D449FB
Black with #D449FB
Text Example
Text Example
White with #D449FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449FB; }
p { color: rgb(212,73,251); }
H1.HeaderClassName
{
color: #D449FB;
}
.AnyTagClassName
{
color: #D449FB;
}
</style>
background-color css
<style>
a { background-color: #D449FB; }
a { background-color: rgb(212,73,251); }
div.DivClassName
{
background-color: #D449FB;
}
.BgClassName
{
background-color: #D449FB;
}
</style>
border-color css
<style>
span { border-color: #D449FB; }
span { border-color: rgb(212,73,251); }
td.TdClassName
{
border-color: #D449FB;
}
.TagClassName
{
border-color: #D449FB;
}
</style>