Shades of Heliotrope #D280F0
Tints of Heliotrope #D280F0
RGB
CMYK
RGB Variations
Color information
#D280F0 (or 0xD280F0) is known color: Heliotrope. HEX triplet: D2, 80 and F0. RGB value is (210,128,240). Sum of RGB (Red+Green+Blue) = 210+128+240=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #D280F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280F0 is #2D7F0F. Grayscale: #A4A4A4. Windows color (decimal): -2981648 or 15761618. OLE color: 15761618.
HSL color Cylindrical-coordinate representation of color #D280F0: hue angle of 283.93º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D280F0 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 128 | 240 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.06 |
| HSL | 283.93º | 0.79% | 0.72% | - |
| HSV(B) | 283.93º | 0.47% | 0.94% | - |
| XYZ | 50.03 | 35.43 | 86.64 | - |
| YUV | 165.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 240 | 0.12 | 0.47 | 0 | 0.06 | 283.93 | 0.79 | 0.72 |
| Hex | D2 | 80 | F0 | C | 2F | 0 | 6 | 11C | 4F | 48 |
| Octal | 322 | 200 | 360 | 14 | 57 | 0 | 6 | 434 | 117 | 110 |
| Binary | 11010010 | 10000000 | 11110000 | 1100 | 101111 | 0 | 110 | 100011100 | 1001111 | 1001000 |
Color Harmonies of #D280F0
Complementary color
Monochromatic Colors of #D280F0
Black with #D280F0
Text Example
Text Example
White with #D280F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280F0; }
p { color: rgb(210,128,240); }
H1.HeaderClassName
{
color: #D280F0;
}
.AnyTagClassName
{
color: #D280F0;
}
</style>
background-color css
<style>
a { background-color: #D280F0; }
a { background-color: rgb(210,128,240); }
div.DivClassName
{
background-color: #D280F0;
}
.BgClassName
{
background-color: #D280F0;
}
</style>
border-color css
<style>
span { border-color: #D280F0; }
span { border-color: rgb(210,128,240); }
td.TdClassName
{
border-color: #D280F0;
}
.TagClassName
{
border-color: #D280F0;
}
</style>