Shades of Heliotrope #D279FE
Tints of Heliotrope #D279FE
RGB
CMYK
RGB Variations
Color information
#D279FE (or 0xD279FE) is known color: Heliotrope. HEX triplet: D2, 79 and FE. RGB value is (210,121,254). Sum of RGB (Red+Green+Blue) = 210+121+254=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #D279FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D279FE is #2D8601. Grayscale: #A2A2A2. Windows color (decimal): -2983426 or 16677330. OLE color: 16677330.
HSL color Cylindrical-coordinate representation of color #D279FE: hue angle of 280.15º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D279FE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 121 | 254 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.00 |
| HSL | 280.15º | 0.99% | 0.74% | - |
| HSV(B) | 280.15º | 0.52% | 1% | - |
| XYZ | 51.31 | 34.53 | 97.73 | - |
| YUV | 162.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 254 | 0.17 | 0.52 | 0 | 0.00 | 280.15 | 0.99 | 0.74 |
| Hex | D2 | 79 | FE | 11 | 34 | 0 | 0 | 118 | 63 | 4A |
| Octal | 322 | 171 | 376 | 21 | 64 | 0 | 0 | 430 | 143 | 112 |
| Binary | 11010010 | 1111001 | 11111110 | 10001 | 110100 | 0 | 0 | 100011000 | 1100011 | 1001010 |
Color Harmonies of #D279FE
Complementary color
Monochromatic Colors of #D279FE
Black with #D279FE
Text Example
Text Example
White with #D279FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279FE; }
p { color: rgb(210,121,254); }
H1.HeaderClassName
{
color: #D279FE;
}
.AnyTagClassName
{
color: #D279FE;
}
</style>
background-color css
<style>
a { background-color: #D279FE; }
a { background-color: rgb(210,121,254); }
div.DivClassName
{
background-color: #D279FE;
}
.BgClassName
{
background-color: #D279FE;
}
</style>
border-color css
<style>
span { border-color: #D279FE; }
span { border-color: rgb(210,121,254); }
td.TdClassName
{
border-color: #D279FE;
}
.TagClassName
{
border-color: #D279FE;
}
</style>