Shades of Heliotrope #D280F2
Tints of Heliotrope #D280F2
RGB
CMYK
RGB Variations
Color information
#D280F2 (or 0xD280F2) is known color: Heliotrope. HEX triplet: D2, 80 and F2. RGB value is (210,128,242). Sum of RGB (Red+Green+Blue) = 210+128+242=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #D280F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280F2 is #2D7F0D. Grayscale: #A5A5A5. Windows color (decimal): -2981646 or 15892690. OLE color: 15892690.
HSL color Cylindrical-coordinate representation of color #D280F2: hue angle of 283.16º degrees, saturation: 0.81, 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 #D280F2 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 128 | 242 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.05 |
| HSL | 283.16º | 0.81% | 0.73% | - |
| HSV(B) | 283.16º | 0.47% | 0.95% | - |
| XYZ | 50.32 | 35.55 | 88.21 | - |
| YUV | 165.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 242 | 0.13 | 0.47 | 0 | 0.05 | 283.16 | 0.81 | 0.73 |
| Hex | D2 | 80 | F2 | D | 2F | 0 | 5 | 11B | 51 | 49 |
| Octal | 322 | 200 | 362 | 15 | 57 | 0 | 5 | 433 | 121 | 111 |
| Binary | 11010010 | 10000000 | 11110010 | 1101 | 101111 | 0 | 101 | 100011011 | 1010001 | 1001001 |
Color Harmonies of #D280F2
Complementary color
Monochromatic Colors of #D280F2
Black with #D280F2
Text Example
Text Example
White with #D280F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280F2; }
p { color: rgb(210,128,242); }
H1.HeaderClassName
{
color: #D280F2;
}
.AnyTagClassName
{
color: #D280F2;
}
</style>
background-color css
<style>
a { background-color: #D280F2; }
a { background-color: rgb(210,128,242); }
div.DivClassName
{
background-color: #D280F2;
}
.BgClassName
{
background-color: #D280F2;
}
</style>
border-color css
<style>
span { border-color: #D280F2; }
span { border-color: rgb(210,128,242); }
td.TdClassName
{
border-color: #D280F2;
}
.TagClassName
{
border-color: #D280F2;
}
</style>