Shades of Heliotrope #D372FE
Tints of Heliotrope #D372FE
RGB
CMYK
RGB Variations
Color information
#D372FE (or 0xD372FE) is known color: Heliotrope. HEX triplet: D3, 72 and FE. RGB value is (211,114,254). Sum of RGB (Red+Green+Blue) = 211+114+254=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #D372FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372FE is #2C8D01. Grayscale: #9E9E9E. Windows color (decimal): -2919682 or 16675539. OLE color: 16675539.
HSL color Cylindrical-coordinate representation of color #D372FE: hue angle of 281.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D372FE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 114 | 254 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.00 |
| HSL | 281.57º | 0.99% | 0.72% | - |
| HSV(B) | 281.57º | 0.55% | 1% | - |
| XYZ | 50.77 | 33.04 | 97.47 | - |
| YUV | 158.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 254 | 0.17 | 0.55 | 0 | 0.00 | 281.57 | 0.99 | 0.72 |
| Hex | D3 | 72 | FE | 11 | 37 | 0 | 0 | 11A | 63 | 48 |
| Octal | 323 | 162 | 376 | 21 | 67 | 0 | 0 | 432 | 143 | 110 |
| Binary | 11010011 | 1110010 | 11111110 | 10001 | 110111 | 0 | 0 | 100011010 | 1100011 | 1001000 |
Color Harmonies of #D372FE
Complementary color
Monochromatic Colors of #D372FE
Black with #D372FE
Text Example
Text Example
White with #D372FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372FE; }
p { color: rgb(211,114,254); }
H1.HeaderClassName
{
color: #D372FE;
}
.AnyTagClassName
{
color: #D372FE;
}
</style>
background-color css
<style>
a { background-color: #D372FE; }
a { background-color: rgb(211,114,254); }
div.DivClassName
{
background-color: #D372FE;
}
.BgClassName
{
background-color: #D372FE;
}
</style>
border-color css
<style>
span { border-color: #D372FE; }
span { border-color: rgb(211,114,254); }
td.TdClassName
{
border-color: #D372FE;
}
.TagClassName
{
border-color: #D372FE;
}
</style>