Shades of Heliotrope #D28DFC
Tints of Heliotrope #D28DFC
RGB
CMYK
RGB Variations
Color information
#D28DFC (or 0xD28DFC) is known color: Heliotrope. HEX triplet: D2, 8D and FC. RGB value is (210,141,252). Sum of RGB (Red+Green+Blue) = 210+141+252=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #D28DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DFC is #2D7203. Grayscale: #ADADAD. Windows color (decimal): -2978308 or 16551378. OLE color: 16551378.
HSL color Cylindrical-coordinate representation of color #D28DFC: hue angle of 277.3º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28DFC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 141 | 252 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.01 |
| HSL | 277.3º | 0.95% | 0.77% | - |
| HSV(B) | 277.3º | 0.44% | 0.99% | - |
| XYZ | 53.67 | 39.78 | 96.94 | - |
| YUV | 174.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 252 | 0.17 | 0.44 | 0 | 0.01 | 277.3 | 0.95 | 0.77 |
| Hex | D2 | 8D | FC | 11 | 2C | 0 | 1 | 115 | 5F | 4D |
| Octal | 322 | 215 | 374 | 21 | 54 | 0 | 1 | 425 | 137 | 115 |
| Binary | 11010010 | 10001101 | 11111100 | 10001 | 101100 | 0 | 1 | 100010101 | 1011111 | 1001101 |
Color Harmonies of #D28DFC
Complementary color
Monochromatic Colors of #D28DFC
Black with #D28DFC
Text Example
Text Example
White with #D28DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DFC; }
p { color: rgb(210,141,252); }
H1.HeaderClassName
{
color: #D28DFC;
}
.AnyTagClassName
{
color: #D28DFC;
}
</style>
background-color css
<style>
a { background-color: #D28DFC; }
a { background-color: rgb(210,141,252); }
div.DivClassName
{
background-color: #D28DFC;
}
.BgClassName
{
background-color: #D28DFC;
}
</style>
border-color css
<style>
span { border-color: #D28DFC; }
span { border-color: rgb(210,141,252); }
td.TdClassName
{
border-color: #D28DFC;
}
.TagClassName
{
border-color: #D28DFC;
}
</style>