Shades of Heliotrope #D280FF
Tints of Heliotrope #D280FF
RGB
CMYK
RGB Variations
Color information
#D280FF (or 0xD280FF) is known color: Heliotrope. HEX triplet: D2, 80 and FF. RGB value is (210,128,255). Sum of RGB (Red+Green+Blue) = 210+128+255=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D280FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280FF is #2D7F00. Grayscale: #A6A6A6. Windows color (decimal): -2981633 or 16744658. OLE color: 16744658.
HSL color Cylindrical-coordinate representation of color #D280FF: hue angle of 278.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D280FF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 128 | 255 | - |
| CMYK | 0.18 | 0.50 | 0 | 0 |
| HSL | 278.74º | 1% | 0.75% | - |
| HSV(B) | 278.74º | 0.5% | 1% | - |
| XYZ | 52.35 | 36.36 | 98.87 | - |
| YUV | 167 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 255 | 0.18 | 0.50 | 0 | 0 | 278.74 | 1 | 0.75 |
| Hex | D2 | 80 | FF | 12 | 32 | 0 | 0 | 117 | 64 | 4B |
| Octal | 322 | 200 | 377 | 22 | 62 | 0 | 0 | 427 | 144 | 113 |
| Binary | 11010010 | 10000000 | 11111111 | 10010 | 110010 | 0 | 0 | 100010111 | 1100100 | 1001011 |
Color Harmonies of #D280FF
Complementary color
Monochromatic Colors of #D280FF
Black with #D280FF
Text Example
Text Example
White with #D280FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280FF; }
p { color: rgb(210,128,255); }
H1.HeaderClassName
{
color: #D280FF;
}
.AnyTagClassName
{
color: #D280FF;
}
</style>
background-color css
<style>
a { background-color: #D280FF; }
a { background-color: rgb(210,128,255); }
div.DivClassName
{
background-color: #D280FF;
}
.BgClassName
{
background-color: #D280FF;
}
</style>
border-color css
<style>
span { border-color: #D280FF; }
span { border-color: rgb(210,128,255); }
td.TdClassName
{
border-color: #D280FF;
}
.TagClassName
{
border-color: #D280FF;
}
</style>