Shades of Heliotrope #D285FD
Tints of Heliotrope #D285FD
RGB
CMYK
RGB Variations
Color information
#D285FD (or 0xD285FD) is known color: Heliotrope. HEX triplet: D2, 85 and FD. RGB value is (210,133,253). Sum of RGB (Red+Green+Blue) = 210+133+253=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #D285FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285FD is #2D7A02. Grayscale: #A9A9A9. Windows color (decimal): -2980355 or 16614866. OLE color: 16614866.
HSL color Cylindrical-coordinate representation of color #D285FD: hue angle of 278.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D285FD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 133 | 253 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.01 |
| HSL | 278.5º | 0.97% | 0.76% | - |
| HSV(B) | 278.5º | 0.47% | 0.99% | - |
| XYZ | 52.7 | 37.57 | 97.4 | - |
| YUV | 169.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 253 | 0.17 | 0.47 | 0 | 0.01 | 278.5 | 0.97 | 0.76 |
| Hex | D2 | 85 | FD | 11 | 2F | 0 | 1 | 116 | 61 | 4C |
| Octal | 322 | 205 | 375 | 21 | 57 | 0 | 1 | 426 | 141 | 114 |
| Binary | 11010010 | 10000101 | 11111101 | 10001 | 101111 | 0 | 1 | 100010110 | 1100001 | 1001100 |
Color Harmonies of #D285FD
Complementary color
Monochromatic Colors of #D285FD
Black with #D285FD
Text Example
Text Example
White with #D285FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285FD; }
p { color: rgb(210,133,253); }
H1.HeaderClassName
{
color: #D285FD;
}
.AnyTagClassName
{
color: #D285FD;
}
</style>
background-color css
<style>
a { background-color: #D285FD; }
a { background-color: rgb(210,133,253); }
div.DivClassName
{
background-color: #D285FD;
}
.BgClassName
{
background-color: #D285FD;
}
</style>
border-color css
<style>
span { border-color: #D285FD; }
span { border-color: rgb(210,133,253); }
td.TdClassName
{
border-color: #D285FD;
}
.TagClassName
{
border-color: #D285FD;
}
</style>