Shades of Heliotrope #D285FF
Tints of Heliotrope #D285FF
RGB
CMYK
RGB Variations
Color information
#D285FF (or 0xD285FF) is known color: Heliotrope. HEX triplet: D2, 85 and FF. RGB value is (210,133,255). Sum of RGB (Red+Green+Blue) = 210+133+255=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #D285FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285FF is #2D7A00. Grayscale: #A9A9A9. Windows color (decimal): -2980353 or 16745938. OLE color: 16745938.
HSL color Cylindrical-coordinate representation of color #D285FF: hue angle of 277.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D285FF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 133 | 255 | - |
| CMYK | 0.18 | 0.48 | 0 | 0 |
| HSL | 277.87º | 1% | 0.76% | - |
| HSV(B) | 277.87º | 0.48% | 1% | - |
| XYZ | 53.02 | 37.7 | 99.09 | - |
| YUV | 169.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 255 | 0.18 | 0.48 | 0 | 0 | 277.87 | 1 | 0.76 |
| Hex | D2 | 85 | FF | 12 | 30 | 0 | 0 | 116 | 64 | 4C |
| Octal | 322 | 205 | 377 | 22 | 60 | 0 | 0 | 426 | 144 | 114 |
| Binary | 11010010 | 10000101 | 11111111 | 10010 | 110000 | 0 | 0 | 100010110 | 1100100 | 1001100 |
Color Harmonies of #D285FF
Complementary color
Monochromatic Colors of #D285FF
Black with #D285FF
Text Example
Text Example
White with #D285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285FF; }
p { color: rgb(210,133,255); }
H1.HeaderClassName
{
color: #D285FF;
}
.AnyTagClassName
{
color: #D285FF;
}
</style>
background-color css
<style>
a { background-color: #D285FF; }
a { background-color: rgb(210,133,255); }
div.DivClassName
{
background-color: #D285FF;
}
.BgClassName
{
background-color: #D285FF;
}
</style>
border-color css
<style>
span { border-color: #D285FF; }
span { border-color: rgb(210,133,255); }
td.TdClassName
{
border-color: #D285FF;
}
.TagClassName
{
border-color: #D285FF;
}
</style>