Shades of Heliotrope #D28FFB
Tints of Heliotrope #D28FFB
RGB
CMYK
RGB Variations
Color information
#D28FFB (or 0xD28FFB) is known color: Heliotrope. HEX triplet: D2, 8F and FB. RGB value is (210,143,251). Sum of RGB (Red+Green+Blue) = 210+143+251=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D28FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FFB is #2D7004. Grayscale: #AEAEAE. Windows color (decimal): -2977797 or 16486354. OLE color: 16486354.
HSL color Cylindrical-coordinate representation of color #D28FFB: hue angle of 277.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28FFB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 143 | 251 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.02 |
| HSL | 277.22º | 0.93% | 0.77% | - |
| HSV(B) | 277.22º | 0.43% | 0.98% | - |
| XYZ | 53.81 | 40.31 | 96.21 | - |
| YUV | 175.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 251 | 0.16 | 0.43 | 0 | 0.02 | 277.22 | 0.93 | 0.77 |
| Hex | D2 | 8F | FB | 10 | 2B | 0 | 2 | 115 | 5D | 4D |
| Octal | 322 | 217 | 373 | 20 | 53 | 0 | 2 | 425 | 135 | 115 |
| Binary | 11010010 | 10001111 | 11111011 | 10000 | 101011 | 0 | 10 | 100010101 | 1011101 | 1001101 |
Color Harmonies of #D28FFB
Complementary color
Monochromatic Colors of #D28FFB
Black with #D28FFB
Text Example
Text Example
White with #D28FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FFB; }
p { color: rgb(210,143,251); }
H1.HeaderClassName
{
color: #D28FFB;
}
.AnyTagClassName
{
color: #D28FFB;
}
</style>
background-color css
<style>
a { background-color: #D28FFB; }
a { background-color: rgb(210,143,251); }
div.DivClassName
{
background-color: #D28FFB;
}
.BgClassName
{
background-color: #D28FFB;
}
</style>
border-color css
<style>
span { border-color: #D28FFB; }
span { border-color: rgb(210,143,251); }
td.TdClassName
{
border-color: #D28FFB;
}
.TagClassName
{
border-color: #D28FFB;
}
</style>