Shades of Heliotrope #D453FC
Tints of Heliotrope #D453FC
RGB
CMYK
RGB Variations
Color information
#D453FC (or 0xD453FC) is known color: Heliotrope. HEX triplet: D4, 53 and FC. RGB value is (212,83,252). Sum of RGB (Red+Green+Blue) = 212+83+252=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #D453FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D453FC is #2BAC03. Grayscale: #8C8C8C. Windows color (decimal): -2862084 or 16536532. OLE color: 16536532.
HSL color Cylindrical-coordinate representation of color #D453FC: hue angle of 285.8º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D453FC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 83 | 252 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.01 |
| HSL | 285.8º | 0.97% | 0.66% | - |
| HSV(B) | 285.8º | 0.67% | 0.99% | - |
| XYZ | 47.82 | 27.21 | 94.83 | - |
| YUV | 140.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 252 | 0.16 | 0.67 | 0 | 0.01 | 285.8 | 0.97 | 0.66 |
| Hex | D4 | 53 | FC | 10 | 43 | 0 | 1 | 11E | 61 | 42 |
| Octal | 324 | 123 | 374 | 20 | 103 | 0 | 1 | 436 | 141 | 102 |
| Binary | 11010100 | 1010011 | 11111100 | 10000 | 1000011 | 0 | 1 | 100011110 | 1100001 | 1000010 |
Color Harmonies of #D453FC
Complementary color
Monochromatic Colors of #D453FC
Black with #D453FC
Text Example
Text Example
White with #D453FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453FC; }
p { color: rgb(212,83,252); }
H1.HeaderClassName
{
color: #D453FC;
}
.AnyTagClassName
{
color: #D453FC;
}
</style>
background-color css
<style>
a { background-color: #D453FC; }
a { background-color: rgb(212,83,252); }
div.DivClassName
{
background-color: #D453FC;
}
.BgClassName
{
background-color: #D453FC;
}
</style>
border-color css
<style>
span { border-color: #D453FC; }
span { border-color: rgb(212,83,252); }
td.TdClassName
{
border-color: #D453FC;
}
.TagClassName
{
border-color: #D453FC;
}
</style>