Shades of Heliotrope #D452F9
Tints of Heliotrope #D452F9
RGB
CMYK
RGB Variations
Color information
#D452F9 (or 0xD452F9) is known color: Heliotrope. HEX triplet: D4, 52 and F9. RGB value is (212,82,249). Sum of RGB (Red+Green+Blue) = 212+82+249=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #D452F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D452F9 is #2BAD06. Grayscale: #8B8B8B. Windows color (decimal): -2862343 or 16339668. OLE color: 16339668.
HSL color Cylindrical-coordinate representation of color #D452F9: hue angle of 286.71º degrees, saturation: 0.93, 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 #D452F9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 82 | 249 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.02 |
| HSL | 286.71º | 0.93% | 0.65% | - |
| HSV(B) | 286.71º | 0.67% | 0.98% | - |
| XYZ | 47.27 | 26.87 | 92.32 | - |
| YUV | 139.91 | 189.57 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 249 | 0.15 | 0.67 | 0 | 0.02 | 286.71 | 0.93 | 0.65 |
| Hex | D4 | 52 | F9 | F | 43 | 0 | 2 | 11F | 5D | 41 |
| Octal | 324 | 122 | 371 | 17 | 103 | 0 | 2 | 437 | 135 | 101 |
| Binary | 11010100 | 1010010 | 11111001 | 1111 | 1000011 | 0 | 10 | 100011111 | 1011101 | 1000001 |
Color Harmonies of #D452F9
Complementary color
Monochromatic Colors of #D452F9
Black with #D452F9
Text Example
Text Example
White with #D452F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452F9; }
p { color: rgb(212,82,249); }
H1.HeaderClassName
{
color: #D452F9;
}
.AnyTagClassName
{
color: #D452F9;
}
</style>
background-color css
<style>
a { background-color: #D452F9; }
a { background-color: rgb(212,82,249); }
div.DivClassName
{
background-color: #D452F9;
}
.BgClassName
{
background-color: #D452F9;
}
</style>
border-color css
<style>
span { border-color: #D452F9; }
span { border-color: rgb(212,82,249); }
td.TdClassName
{
border-color: #D452F9;
}
.TagClassName
{
border-color: #D452F9;
}
</style>