Shades of Heliotrope #D255FE
Tints of Heliotrope #D255FE
RGB
CMYK
RGB Variations
Color information
#D255FE (or 0xD255FE) is known color: Heliotrope. HEX triplet: D2, 55 and FE. RGB value is (210,85,254). Sum of RGB (Red+Green+Blue) = 210+85+254=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #D255FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255FE is #2DAA01. Grayscale: #8D8D8D. Windows color (decimal): -2992642 or 16668114. OLE color: 16668114.
HSL color Cylindrical-coordinate representation of color #D255FE: hue angle of 284.38º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D255FE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 85 | 254 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.00 |
| HSL | 284.38º | 0.99% | 0.66% | - |
| HSV(B) | 284.38º | 0.67% | 1% | - |
| XYZ | 47.72 | 27.35 | 96.53 | - |
| YUV | 141.64 | 191.41 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 254 | 0.17 | 0.67 | 0 | 0.00 | 284.38 | 0.99 | 0.66 |
| Hex | D2 | 55 | FE | 11 | 43 | 0 | 0 | 11C | 63 | 42 |
| Octal | 322 | 125 | 376 | 21 | 103 | 0 | 0 | 434 | 143 | 102 |
| Binary | 11010010 | 1010101 | 11111110 | 10001 | 1000011 | 0 | 0 | 100011100 | 1100011 | 1000010 |
Color Harmonies of #D255FE
Complementary color
Monochromatic Colors of #D255FE
Black with #D255FE
Text Example
Text Example
White with #D255FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255FE; }
p { color: rgb(210,85,254); }
H1.HeaderClassName
{
color: #D255FE;
}
.AnyTagClassName
{
color: #D255FE;
}
</style>
background-color css
<style>
a { background-color: #D255FE; }
a { background-color: rgb(210,85,254); }
div.DivClassName
{
background-color: #D255FE;
}
.BgClassName
{
background-color: #D255FE;
}
</style>
border-color css
<style>
span { border-color: #D255FE; }
span { border-color: rgb(210,85,254); }
td.TdClassName
{
border-color: #D255FE;
}
.TagClassName
{
border-color: #D255FE;
}
</style>