Shades of Heliotrope #D282FD
Tints of Heliotrope #D282FD
RGB
CMYK
RGB Variations
Color information
#D282FD (or 0xD282FD) is known color: Heliotrope. HEX triplet: D2, 82 and FD. RGB value is (210,130,253). Sum of RGB (Red+Green+Blue) = 210+130+253=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D282FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D282FD is #2D7D02. Grayscale: #A7A7A7. Windows color (decimal): -2981123 or 16614098. OLE color: 16614098.
HSL color Cylindrical-coordinate representation of color #D282FD: hue angle of 279.02º 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 #D282FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 130 | 253 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.01 |
| HSL | 279.02º | 0.97% | 0.75% | - |
| HSV(B) | 279.02º | 0.49% | 0.99% | - |
| XYZ | 52.29 | 36.76 | 97.27 | - |
| YUV | 167.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 253 | 0.17 | 0.49 | 0 | 0.01 | 279.02 | 0.97 | 0.75 |
| Hex | D2 | 82 | FD | 11 | 31 | 0 | 1 | 117 | 61 | 4B |
| Octal | 322 | 202 | 375 | 21 | 61 | 0 | 1 | 427 | 141 | 113 |
| Binary | 11010010 | 10000010 | 11111101 | 10001 | 110001 | 0 | 1 | 100010111 | 1100001 | 1001011 |
Color Harmonies of #D282FD
Complementary color
Monochromatic Colors of #D282FD
Black with #D282FD
Text Example
Text Example
White with #D282FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282FD; }
p { color: rgb(210,130,253); }
H1.HeaderClassName
{
color: #D282FD;
}
.AnyTagClassName
{
color: #D282FD;
}
</style>
background-color css
<style>
a { background-color: #D282FD; }
a { background-color: rgb(210,130,253); }
div.DivClassName
{
background-color: #D282FD;
}
.BgClassName
{
background-color: #D282FD;
}
</style>
border-color css
<style>
span { border-color: #D282FD; }
span { border-color: rgb(210,130,253); }
td.TdClassName
{
border-color: #D282FD;
}
.TagClassName
{
border-color: #D282FD;
}
</style>