Shades of Heliotrope #D652FE
Tints of Heliotrope #D652FE
RGB
CMYK
RGB Variations
Color information
#D652FE (or 0xD652FE) is known color: Heliotrope. HEX triplet: D6, 52 and FE. RGB value is (214,82,254). Sum of RGB (Red+Green+Blue) = 214+82+254=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #D652FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D652FE is #29AD01. Grayscale: #8C8C8C. Windows color (decimal): -2731266 or 16667350. OLE color: 16667350.
HSL color Cylindrical-coordinate representation of color #D652FE: hue angle of 286.05º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D652FE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 82 | 254 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.00 |
| HSL | 286.05º | 0.99% | 0.66% | - |
| HSV(B) | 286.05º | 0.68% | 1% | - |
| XYZ | 48.64 | 27.49 | 96.51 | - |
| YUV | 141.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 254 | 0.16 | 0.68 | 0 | 0.00 | 286.05 | 0.99 | 0.66 |
| Hex | D6 | 52 | FE | 10 | 44 | 0 | 0 | 11E | 63 | 42 |
| Octal | 326 | 122 | 376 | 20 | 104 | 0 | 0 | 436 | 143 | 102 |
| Binary | 11010110 | 1010010 | 11111110 | 10000 | 1000100 | 0 | 0 | 100011110 | 1100011 | 1000010 |
Color Harmonies of #D652FE
Complementary color
Monochromatic Colors of #D652FE
Black with #D652FE
Text Example
Text Example
White with #D652FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652FE; }
p { color: rgb(214,82,254); }
H1.HeaderClassName
{
color: #D652FE;
}
.AnyTagClassName
{
color: #D652FE;
}
</style>
background-color css
<style>
a { background-color: #D652FE; }
a { background-color: rgb(214,82,254); }
div.DivClassName
{
background-color: #D652FE;
}
.BgClassName
{
background-color: #D652FE;
}
</style>
border-color css
<style>
span { border-color: #D652FE; }
span { border-color: rgb(214,82,254); }
td.TdClassName
{
border-color: #D652FE;
}
.TagClassName
{
border-color: #D652FE;
}
</style>