Shades of Heliotrope #D280F7
Tints of Heliotrope #D280F7
RGB
CMYK
RGB Variations
Color information
#D280F7 (or 0xD280F7) is known color: Heliotrope. HEX triplet: D2, 80 and F7. RGB value is (210,128,247). Sum of RGB (Red+Green+Blue) = 210+128+247=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #D280F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280F7 is #2D7F08. Grayscale: #A5A5A5. Windows color (decimal): -2981641 or 16220370. OLE color: 16220370.
HSL color Cylindrical-coordinate representation of color #D280F7: hue angle of 281.34º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D280F7 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 128 | 247 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.03 |
| HSL | 281.34º | 0.88% | 0.74% | - |
| HSV(B) | 281.34º | 0.48% | 0.97% | - |
| XYZ | 51.09 | 35.86 | 92.22 | - |
| YUV | 166.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 247 | 0.15 | 0.48 | 0 | 0.03 | 281.34 | 0.88 | 0.74 |
| Hex | D2 | 80 | F7 | F | 30 | 0 | 3 | 119 | 58 | 4A |
| Octal | 322 | 200 | 367 | 17 | 60 | 0 | 3 | 431 | 130 | 112 |
| Binary | 11010010 | 10000000 | 11110111 | 1111 | 110000 | 0 | 11 | 100011001 | 1011000 | 1001010 |
Color Harmonies of #D280F7
Complementary color
Monochromatic Colors of #D280F7
Black with #D280F7
Text Example
Text Example
White with #D280F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280F7; }
p { color: rgb(210,128,247); }
H1.HeaderClassName
{
color: #D280F7;
}
.AnyTagClassName
{
color: #D280F7;
}
</style>
background-color css
<style>
a { background-color: #D280F7; }
a { background-color: rgb(210,128,247); }
div.DivClassName
{
background-color: #D280F7;
}
.BgClassName
{
background-color: #D280F7;
}
</style>
border-color css
<style>
span { border-color: #D280F7; }
span { border-color: rgb(210,128,247); }
td.TdClassName
{
border-color: #D280F7;
}
.TagClassName
{
border-color: #D280F7;
}
</style>