Shades of Heliotrope #D280F3
Tints of Heliotrope #D280F3
RGB
CMYK
RGB Variations
Color information
#D280F3 (or 0xD280F3) is known color: Heliotrope. HEX triplet: D2, 80 and F3. RGB value is (210,128,243). Sum of RGB (Red+Green+Blue) = 210+128+243=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #D280F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280F3 is #2D7F0C. Grayscale: #A5A5A5. Windows color (decimal): -2981645 or 15958226. OLE color: 15958226.
HSL color Cylindrical-coordinate representation of color #D280F3: hue angle of 282.78º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D280F3 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 128 | 243 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.05 |
| HSL | 282.78º | 0.83% | 0.73% | - |
| HSV(B) | 282.78º | 0.47% | 0.95% | - |
| XYZ | 50.48 | 35.61 | 89.01 | - |
| YUV | 165.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 243 | 0.14 | 0.47 | 0 | 0.05 | 282.78 | 0.83 | 0.73 |
| Hex | D2 | 80 | F3 | E | 2F | 0 | 5 | 11B | 53 | 49 |
| Octal | 322 | 200 | 363 | 16 | 57 | 0 | 5 | 433 | 123 | 111 |
| Binary | 11010010 | 10000000 | 11110011 | 1110 | 101111 | 0 | 101 | 100011011 | 1010011 | 1001001 |
Color Harmonies of #D280F3
Complementary color
Monochromatic Colors of #D280F3
Black with #D280F3
Text Example
Text Example
White with #D280F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280F3; }
p { color: rgb(210,128,243); }
H1.HeaderClassName
{
color: #D280F3;
}
.AnyTagClassName
{
color: #D280F3;
}
</style>
background-color css
<style>
a { background-color: #D280F3; }
a { background-color: rgb(210,128,243); }
div.DivClassName
{
background-color: #D280F3;
}
.BgClassName
{
background-color: #D280F3;
}
</style>
border-color css
<style>
span { border-color: #D280F3; }
span { border-color: rgb(210,128,243); }
td.TdClassName
{
border-color: #D280F3;
}
.TagClassName
{
border-color: #D280F3;
}
</style>