Shades of Heliotrope #D284FE
Tints of Heliotrope #D284FE
RGB
CMYK
RGB Variations
Color information
#D284FE (or 0xD284FE) is known color: Heliotrope. HEX triplet: D2, 84 and FE. RGB value is (210,132,254). Sum of RGB (Red+Green+Blue) = 210+132+254=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #D284FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D284FE is #2D7B01. Grayscale: #A8A8A8. Windows color (decimal): -2980610 or 16680146. OLE color: 16680146.
HSL color Cylindrical-coordinate representation of color #D284FE: hue angle of 278.36º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D284FE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 132 | 254 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.00 |
| HSL | 278.36º | 0.98% | 0.76% | - |
| HSV(B) | 278.36º | 0.48% | 1% | - |
| XYZ | 52.72 | 37.36 | 98.2 | - |
| YUV | 169.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 254 | 0.17 | 0.48 | 0 | 0.00 | 278.36 | 0.98 | 0.76 |
| Hex | D2 | 84 | FE | 11 | 30 | 0 | 0 | 116 | 62 | 4C |
| Octal | 322 | 204 | 376 | 21 | 60 | 0 | 0 | 426 | 142 | 114 |
| Binary | 11010010 | 10000100 | 11111110 | 10001 | 110000 | 0 | 0 | 100010110 | 1100010 | 1001100 |
Color Harmonies of #D284FE
Complementary color
Monochromatic Colors of #D284FE
Black with #D284FE
Text Example
Text Example
White with #D284FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284FE; }
p { color: rgb(210,132,254); }
H1.HeaderClassName
{
color: #D284FE;
}
.AnyTagClassName
{
color: #D284FE;
}
</style>
background-color css
<style>
a { background-color: #D284FE; }
a { background-color: rgb(210,132,254); }
div.DivClassName
{
background-color: #D284FE;
}
.BgClassName
{
background-color: #D284FE;
}
</style>
border-color css
<style>
span { border-color: #D284FE; }
span { border-color: rgb(210,132,254); }
td.TdClassName
{
border-color: #D284FE;
}
.TagClassName
{
border-color: #D284FE;
}
</style>