Shades of Heliotrope #D652FB
Tints of Heliotrope #D652FB
RGB
CMYK
RGB Variations
Color information
#D652FB (or 0xD652FB) is known color: Heliotrope. HEX triplet: D6, 52 and FB. RGB value is (214,82,251). Sum of RGB (Red+Green+Blue) = 214+82+251=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #D652FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D652FB is #29AD04. Grayscale: #8C8C8C. Windows color (decimal): -2731269 or 16470742. OLE color: 16470742.
HSL color Cylindrical-coordinate representation of color #D652FB: hue angle of 286.86º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D652FB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 82 | 251 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.02 |
| HSL | 286.86º | 0.95% | 0.65% | - |
| HSV(B) | 286.86º | 0.67% | 0.98% | - |
| XYZ | 48.16 | 27.3 | 94 | - |
| YUV | 140.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 251 | 0.15 | 0.67 | 0 | 0.02 | 286.86 | 0.95 | 0.65 |
| Hex | D6 | 52 | FB | F | 43 | 0 | 2 | 11F | 5F | 41 |
| Octal | 326 | 122 | 373 | 17 | 103 | 0 | 2 | 437 | 137 | 101 |
| Binary | 11010110 | 1010010 | 11111011 | 1111 | 1000011 | 0 | 10 | 100011111 | 1011111 | 1000001 |
Color Harmonies of #D652FB
Complementary color
Monochromatic Colors of #D652FB
Black with #D652FB
Text Example
Text Example
White with #D652FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D652FB; }
p { color: rgb(214,82,251); }
H1.HeaderClassName
{
color: #D652FB;
}
.AnyTagClassName
{
color: #D652FB;
}
</style>
background-color css
<style>
a { background-color: #D652FB; }
a { background-color: rgb(214,82,251); }
div.DivClassName
{
background-color: #D652FB;
}
.BgClassName
{
background-color: #D652FB;
}
</style>
border-color css
<style>
span { border-color: #D652FB; }
span { border-color: rgb(214,82,251); }
td.TdClassName
{
border-color: #D652FB;
}
.TagClassName
{
border-color: #D652FB;
}
</style>