Shades of Heliotrope #D28BFC
Tints of Heliotrope #D28BFC
RGB
CMYK
RGB Variations
Color information
#D28BFC (or 0xD28BFC) is known color: Heliotrope. HEX triplet: D2, 8B and FC. RGB value is (210,139,252). Sum of RGB (Red+Green+Blue) = 210+139+252=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #D28BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BFC is #2D7403. Grayscale: #ACACAC. Windows color (decimal): -2978820 or 16550866. OLE color: 16550866.
HSL color Cylindrical-coordinate representation of color #D28BFC: hue angle of 277.7º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28BFC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 139 | 252 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.01 |
| HSL | 277.7º | 0.95% | 0.77% | - |
| HSV(B) | 277.7º | 0.45% | 0.99% | - |
| XYZ | 53.38 | 39.2 | 96.85 | - |
| YUV | 173.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 252 | 0.17 | 0.45 | 0 | 0.01 | 277.7 | 0.95 | 0.77 |
| Hex | D2 | 8B | FC | 11 | 2D | 0 | 1 | 116 | 5F | 4D |
| Octal | 322 | 213 | 374 | 21 | 55 | 0 | 1 | 426 | 137 | 115 |
| Binary | 11010010 | 10001011 | 11111100 | 10001 | 101101 | 0 | 1 | 100010110 | 1011111 | 1001101 |
Color Harmonies of #D28BFC
Complementary color
Monochromatic Colors of #D28BFC
Black with #D28BFC
Text Example
Text Example
White with #D28BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BFC; }
p { color: rgb(210,139,252); }
H1.HeaderClassName
{
color: #D28BFC;
}
.AnyTagClassName
{
color: #D28BFC;
}
</style>
background-color css
<style>
a { background-color: #D28BFC; }
a { background-color: rgb(210,139,252); }
div.DivClassName
{
background-color: #D28BFC;
}
.BgClassName
{
background-color: #D28BFC;
}
</style>
border-color css
<style>
span { border-color: #D28BFC; }
span { border-color: rgb(210,139,252); }
td.TdClassName
{
border-color: #D28BFC;
}
.TagClassName
{
border-color: #D28BFC;
}
</style>