Shades of Heliotrope #D28FFE
Tints of Heliotrope #D28FFE
RGB
CMYK
RGB Variations
Color information
#D28FFE (or 0xD28FFE) is known color: Heliotrope. HEX triplet: D2, 8F and FE. RGB value is (210,143,254). Sum of RGB (Red+Green+Blue) = 210+143+254=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D28FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FFE is #2D7001. Grayscale: #AFAFAF. Windows color (decimal): -2977794 or 16682962. OLE color: 16682962.
HSL color Cylindrical-coordinate representation of color #D28FFE: hue angle of 276.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28FFE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 143 | 254 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.00 |
| HSL | 276.22º | 0.98% | 0.78% | - |
| HSV(B) | 276.22º | 0.44% | 1% | - |
| XYZ | 54.29 | 40.5 | 98.72 | - |
| YUV | 175.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 254 | 0.17 | 0.44 | 0 | 0.00 | 276.22 | 0.98 | 0.78 |
| Hex | D2 | 8F | FE | 11 | 2C | 0 | 0 | 114 | 62 | 4E |
| Octal | 322 | 217 | 376 | 21 | 54 | 0 | 0 | 424 | 142 | 116 |
| Binary | 11010010 | 10001111 | 11111110 | 10001 | 101100 | 0 | 0 | 100010100 | 1100010 | 1001110 |
Color Harmonies of #D28FFE
Complementary color
Monochromatic Colors of #D28FFE
Black with #D28FFE
Text Example
Text Example
White with #D28FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FFE; }
p { color: rgb(210,143,254); }
H1.HeaderClassName
{
color: #D28FFE;
}
.AnyTagClassName
{
color: #D28FFE;
}
</style>
background-color css
<style>
a { background-color: #D28FFE; }
a { background-color: rgb(210,143,254); }
div.DivClassName
{
background-color: #D28FFE;
}
.BgClassName
{
background-color: #D28FFE;
}
</style>
border-color css
<style>
span { border-color: #D28FFE; }
span { border-color: rgb(210,143,254); }
td.TdClassName
{
border-color: #D28FFE;
}
.TagClassName
{
border-color: #D28FFE;
}
</style>