Shades of Heliotrope #DD48FE
Tints of Heliotrope #DD48FE
RGB
CMYK
RGB Variations
Color information
#DD48FE (or 0xDD48FE) is known color: Heliotrope. HEX triplet: DD, 48 and FE. RGB value is (221,72,254). Sum of RGB (Red+Green+Blue) = 221+72+254=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD48FE is #22B701. Grayscale: #888888. Windows color (decimal): -2275074 or 16664797. OLE color: 16664797.
HSL color Cylindrical-coordinate representation of color #DD48FE: hue angle of 289.12º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD48FE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 72 | 254 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.00 |
| HSL | 289.12º | 0.99% | 0.64% | - |
| HSV(B) | 289.12º | 0.72% | 1% | - |
| XYZ | 50.03 | 27.16 | 96.37 | - |
| YUV | 137.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 254 | 0.13 | 0.72 | 0 | 0.00 | 289.12 | 0.99 | 0.64 |
| Hex | DD | 48 | FE | D | 48 | 0 | 0 | 121 | 63 | 40 |
| Octal | 335 | 110 | 376 | 15 | 110 | 0 | 0 | 441 | 143 | 100 |
| Binary | 11011101 | 1001000 | 11111110 | 1101 | 1001000 | 0 | 0 | 100100001 | 1100011 | 1000000 |
Color Harmonies of #DD48FE
Complementary color
Monochromatic Colors of #DD48FE
Black with #DD48FE
Text Example
Text Example
White with #DD48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48FE; }
p { color: rgb(221,72,254); }
H1.HeaderClassName
{
color: #DD48FE;
}
.AnyTagClassName
{
color: #DD48FE;
}
</style>
background-color css
<style>
a { background-color: #DD48FE; }
a { background-color: rgb(221,72,254); }
div.DivClassName
{
background-color: #DD48FE;
}
.BgClassName
{
background-color: #DD48FE;
}
</style>
border-color css
<style>
span { border-color: #DD48FE; }
span { border-color: rgb(221,72,254); }
td.TdClassName
{
border-color: #DD48FE;
}
.TagClassName
{
border-color: #DD48FE;
}
</style>