Shades of Heliotrope #DD74FE
Tints of Heliotrope #DD74FE
RGB
CMYK
RGB Variations
Color information
#DD74FE (or 0xDD74FE) is known color: Heliotrope. HEX triplet: DD, 74 and FE. RGB value is (221,116,254). Sum of RGB (Red+Green+Blue) = 221+116+254=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD74FE is #228B01. Grayscale: #A2A2A2. Windows color (decimal): -2263810 or 16676061. OLE color: 16676061.
HSL color Cylindrical-coordinate representation of color #DD74FE: hue angle of 285.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD74FE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 116 | 254 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.00 |
| HSL | 285.65º | 0.99% | 0.73% | - |
| HSV(B) | 285.65º | 0.54% | 1% | - |
| XYZ | 53.95 | 35.02 | 97.68 | - |
| YUV | 163.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 254 | 0.13 | 0.54 | 0 | 0.00 | 285.65 | 0.99 | 0.73 |
| Hex | DD | 74 | FE | D | 36 | 0 | 0 | 11E | 63 | 49 |
| Octal | 335 | 164 | 376 | 15 | 66 | 0 | 0 | 436 | 143 | 111 |
| Binary | 11011101 | 1110100 | 11111110 | 1101 | 110110 | 0 | 0 | 100011110 | 1100011 | 1001001 |
Color Harmonies of #DD74FE
Complementary color
Monochromatic Colors of #DD74FE
Black with #DD74FE
Text Example
Text Example
White with #DD74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74FE; }
p { color: rgb(221,116,254); }
H1.HeaderClassName
{
color: #DD74FE;
}
.AnyTagClassName
{
color: #DD74FE;
}
</style>
background-color css
<style>
a { background-color: #DD74FE; }
a { background-color: rgb(221,116,254); }
div.DivClassName
{
background-color: #DD74FE;
}
.BgClassName
{
background-color: #DD74FE;
}
</style>
border-color css
<style>
span { border-color: #DD74FE; }
span { border-color: rgb(221,116,254); }
td.TdClassName
{
border-color: #DD74FE;
}
.TagClassName
{
border-color: #DD74FE;
}
</style>