Shades of Heliotrope #D372FC
Tints of Heliotrope #D372FC
RGB
CMYK
RGB Variations
Color information
#D372FC (or 0xD372FC) is known color: Heliotrope. HEX triplet: D3, 72 and FC. RGB value is (211,114,252). Sum of RGB (Red+Green+Blue) = 211+114+252=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D372FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D372FC is #2C8D03. Grayscale: #9E9E9E. Windows color (decimal): -2919684 or 16544467. OLE color: 16544467.
HSL color Cylindrical-coordinate representation of color #D372FC: hue angle of 282.17º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D372FC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 114 | 252 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.01 |
| HSL | 282.17º | 0.96% | 0.72% | - |
| HSV(B) | 282.17º | 0.55% | 0.99% | - |
| XYZ | 50.45 | 32.91 | 95.79 | - |
| YUV | 158.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 252 | 0.16 | 0.55 | 0 | 0.01 | 282.17 | 0.96 | 0.72 |
| Hex | D3 | 72 | FC | 10 | 37 | 0 | 1 | 11A | 60 | 48 |
| Octal | 323 | 162 | 374 | 20 | 67 | 0 | 1 | 432 | 140 | 110 |
| Binary | 11010011 | 1110010 | 11111100 | 10000 | 110111 | 0 | 1 | 100011010 | 1100000 | 1001000 |
Color Harmonies of #D372FC
Complementary color
Monochromatic Colors of #D372FC
Black with #D372FC
Text Example
Text Example
White with #D372FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372FC; }
p { color: rgb(211,114,252); }
H1.HeaderClassName
{
color: #D372FC;
}
.AnyTagClassName
{
color: #D372FC;
}
</style>
background-color css
<style>
a { background-color: #D372FC; }
a { background-color: rgb(211,114,252); }
div.DivClassName
{
background-color: #D372FC;
}
.BgClassName
{
background-color: #D372FC;
}
</style>
border-color css
<style>
span { border-color: #D372FC; }
span { border-color: rgb(211,114,252); }
td.TdClassName
{
border-color: #D372FC;
}
.TagClassName
{
border-color: #D372FC;
}
</style>