Shades of Heliotrope #DD73FC
Tints of Heliotrope #DD73FC
RGB
CMYK
RGB Variations
Color information
#DD73FC (or 0xDD73FC) is known color: Heliotrope. HEX triplet: DD, 73 and FC. RGB value is (221,115,252). Sum of RGB (Red+Green+Blue) = 221+115+252=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FC is #228C03. Grayscale: #A1A1A1. Windows color (decimal): -2264068 or 16544733. OLE color: 16544733.
HSL color Cylindrical-coordinate representation of color #DD73FC: hue angle of 286.42º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD73FC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 115 | 252 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.01 |
| HSL | 286.42º | 0.96% | 0.72% | - |
| HSV(B) | 286.42º | 0.54% | 0.99% | - |
| XYZ | 53.52 | 34.66 | 95.97 | - |
| YUV | 162.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 252 | 0.12 | 0.54 | 0 | 0.01 | 286.42 | 0.96 | 0.72 |
| Hex | DD | 73 | FC | C | 36 | 0 | 1 | 11E | 60 | 48 |
| Octal | 335 | 163 | 374 | 14 | 66 | 0 | 1 | 436 | 140 | 110 |
| Binary | 11011101 | 1110011 | 11111100 | 1100 | 110110 | 0 | 1 | 100011110 | 1100000 | 1001000 |
Color Harmonies of #DD73FC
Complementary color
Monochromatic Colors of #DD73FC
Black with #DD73FC
Text Example
Text Example
White with #DD73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73FC; }
p { color: rgb(221,115,252); }
H1.HeaderClassName
{
color: #DD73FC;
}
.AnyTagClassName
{
color: #DD73FC;
}
</style>
background-color css
<style>
a { background-color: #DD73FC; }
a { background-color: rgb(221,115,252); }
div.DivClassName
{
background-color: #DD73FC;
}
.BgClassName
{
background-color: #DD73FC;
}
</style>
border-color css
<style>
span { border-color: #DD73FC; }
span { border-color: rgb(221,115,252); }
td.TdClassName
{
border-color: #DD73FC;
}
.TagClassName
{
border-color: #DD73FC;
}
</style>