Shades of Heliotrope #D285F1
Tints of Heliotrope #D285F1
RGB
CMYK
RGB Variations
Color information
#D285F1 (or 0xD285F1) is known color: Heliotrope. HEX triplet: D2, 85 and F1. RGB value is (210,133,241). Sum of RGB (Red+Green+Blue) = 210+133+241=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #D285F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285F1 is #2D7A0E. Grayscale: #A7A7A7. Windows color (decimal): -2980367 or 15828434. OLE color: 15828434.
HSL color Cylindrical-coordinate representation of color #D285F1: hue angle of 282.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D285F1 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 133 | 241 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.05 |
| HSL | 282.78º | 0.79% | 0.73% | - |
| HSV(B) | 282.78º | 0.45% | 0.95% | - |
| XYZ | 50.84 | 36.83 | 87.65 | - |
| YUV | 168.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 241 | 0.13 | 0.45 | 0 | 0.05 | 282.78 | 0.79 | 0.73 |
| Hex | D2 | 85 | F1 | D | 2D | 0 | 5 | 11B | 4F | 49 |
| Octal | 322 | 205 | 361 | 15 | 55 | 0 | 5 | 433 | 117 | 111 |
| Binary | 11010010 | 10000101 | 11110001 | 1101 | 101101 | 0 | 101 | 100011011 | 1001111 | 1001001 |
Color Harmonies of #D285F1
Complementary color
Monochromatic Colors of #D285F1
Black with #D285F1
Text Example
Text Example
White with #D285F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285F1; }
p { color: rgb(210,133,241); }
H1.HeaderClassName
{
color: #D285F1;
}
.AnyTagClassName
{
color: #D285F1;
}
</style>
background-color css
<style>
a { background-color: #D285F1; }
a { background-color: rgb(210,133,241); }
div.DivClassName
{
background-color: #D285F1;
}
.BgClassName
{
background-color: #D285F1;
}
</style>
border-color css
<style>
span { border-color: #D285F1; }
span { border-color: rgb(210,133,241); }
td.TdClassName
{
border-color: #D285F1;
}
.TagClassName
{
border-color: #D285F1;
}
</style>