Shades of Heliotrope #D28FFC
Tints of Heliotrope #D28FFC
RGB
CMYK
RGB Variations
Color information
#D28FFC (or 0xD28FFC) is known color: Heliotrope. HEX triplet: D2, 8F and FC. RGB value is (210,143,252). Sum of RGB (Red+Green+Blue) = 210+143+252=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D28FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FFC is #2D7003. Grayscale: #AFAFAF. Windows color (decimal): -2977796 or 16551890. OLE color: 16551890.
HSL color Cylindrical-coordinate representation of color #D28FFC: hue angle of 276.88º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28FFC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 143 | 252 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.01 |
| HSL | 276.88º | 0.95% | 0.77% | - |
| HSV(B) | 276.88º | 0.43% | 0.99% | - |
| XYZ | 53.97 | 40.37 | 97.04 | - |
| YUV | 175.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 252 | 0.17 | 0.43 | 0 | 0.01 | 276.88 | 0.95 | 0.77 |
| Hex | D2 | 8F | FC | 11 | 2B | 0 | 1 | 115 | 5F | 4D |
| Octal | 322 | 217 | 374 | 21 | 53 | 0 | 1 | 425 | 137 | 115 |
| Binary | 11010010 | 10001111 | 11111100 | 10001 | 101011 | 0 | 1 | 100010101 | 1011111 | 1001101 |
Color Harmonies of #D28FFC
Complementary color
Monochromatic Colors of #D28FFC
Black with #D28FFC
Text Example
Text Example
White with #D28FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FFC; }
p { color: rgb(210,143,252); }
H1.HeaderClassName
{
color: #D28FFC;
}
.AnyTagClassName
{
color: #D28FFC;
}
</style>
background-color css
<style>
a { background-color: #D28FFC; }
a { background-color: rgb(210,143,252); }
div.DivClassName
{
background-color: #D28FFC;
}
.BgClassName
{
background-color: #D28FFC;
}
</style>
border-color css
<style>
span { border-color: #D28FFC; }
span { border-color: rgb(210,143,252); }
td.TdClassName
{
border-color: #D28FFC;
}
.TagClassName
{
border-color: #D28FFC;
}
</style>