Shades of Heliotrope #D28BFA
Tints of Heliotrope #D28BFA
RGB
CMYK
RGB Variations
Color information
#D28BFA (or 0xD28BFA) is known color: Heliotrope. HEX triplet: D2, 8B and FA. RGB value is (210,139,250). Sum of RGB (Red+Green+Blue) = 210+139+250=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D28BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BFA is #2D7405. Grayscale: #ACACAC. Windows color (decimal): -2978822 or 16419794. OLE color: 16419794.
HSL color Cylindrical-coordinate representation of color #D28BFA: hue angle of 278.38º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28BFA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 139 | 250 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.02 |
| HSL | 278.38º | 0.92% | 0.76% | - |
| HSV(B) | 278.38º | 0.44% | 0.98% | - |
| XYZ | 53.07 | 39.07 | 95.19 | - |
| YUV | 172.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 250 | 0.16 | 0.44 | 0 | 0.02 | 278.38 | 0.92 | 0.76 |
| Hex | D2 | 8B | FA | 10 | 2C | 0 | 2 | 116 | 5C | 4C |
| Octal | 322 | 213 | 372 | 20 | 54 | 0 | 2 | 426 | 134 | 114 |
| Binary | 11010010 | 10001011 | 11111010 | 10000 | 101100 | 0 | 10 | 100010110 | 1011100 | 1001100 |
Color Harmonies of #D28BFA
Complementary color
Monochromatic Colors of #D28BFA
Black with #D28BFA
Text Example
Text Example
White with #D28BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BFA; }
p { color: rgb(210,139,250); }
H1.HeaderClassName
{
color: #D28BFA;
}
.AnyTagClassName
{
color: #D28BFA;
}
</style>
background-color css
<style>
a { background-color: #D28BFA; }
a { background-color: rgb(210,139,250); }
div.DivClassName
{
background-color: #D28BFA;
}
.BgClassName
{
background-color: #D28BFA;
}
</style>
border-color css
<style>
span { border-color: #D28BFA; }
span { border-color: rgb(210,139,250); }
td.TdClassName
{
border-color: #D28BFA;
}
.TagClassName
{
border-color: #D28BFA;
}
</style>