Shades of Heliotrope #D280FD
Tints of Heliotrope #D280FD
RGB
CMYK
RGB Variations
Color information
#D280FD (or 0xD280FD) is known color: Heliotrope. HEX triplet: D2, 80 and FD. RGB value is (210,128,253). Sum of RGB (Red+Green+Blue) = 210+128+253=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D280FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280FD is #2D7F02. Grayscale: #A6A6A6. Windows color (decimal): -2981635 or 16613586. OLE color: 16613586.
HSL color Cylindrical-coordinate representation of color #D280FD: hue angle of 279.36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D280FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 128 | 253 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.01 |
| HSL | 279.36º | 0.97% | 0.75% | - |
| HSV(B) | 279.36º | 0.49% | 0.99% | - |
| XYZ | 52.03 | 36.23 | 97.18 | - |
| YUV | 166.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 253 | 0.17 | 0.49 | 0 | 0.01 | 279.36 | 0.97 | 0.75 |
| Hex | D2 | 80 | FD | 11 | 31 | 0 | 1 | 117 | 61 | 4B |
| Octal | 322 | 200 | 375 | 21 | 61 | 0 | 1 | 427 | 141 | 113 |
| Binary | 11010010 | 10000000 | 11111101 | 10001 | 110001 | 0 | 1 | 100010111 | 1100001 | 1001011 |
Color Harmonies of #D280FD
Complementary color
Monochromatic Colors of #D280FD
Black with #D280FD
Text Example
Text Example
White with #D280FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280FD; }
p { color: rgb(210,128,253); }
H1.HeaderClassName
{
color: #D280FD;
}
.AnyTagClassName
{
color: #D280FD;
}
</style>
background-color css
<style>
a { background-color: #D280FD; }
a { background-color: rgb(210,128,253); }
div.DivClassName
{
background-color: #D280FD;
}
.BgClassName
{
background-color: #D280FD;
}
</style>
border-color css
<style>
span { border-color: #D280FD; }
span { border-color: rgb(210,128,253); }
td.TdClassName
{
border-color: #D280FD;
}
.TagClassName
{
border-color: #D280FD;
}
</style>