Shades of Heliotrope #DD62F8
Tints of Heliotrope #DD62F8
RGB
CMYK
RGB Variations
Color information
#DD62F8 (or 0xDD62F8) is known color: Heliotrope. HEX triplet: DD, 62 and F8. RGB value is (221,98,248). Sum of RGB (Red+Green+Blue) = 221+98+248=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD62F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62F8 is #229D07. Grayscale: #979797. Windows color (decimal): -2268424 or 16278237. OLE color: 16278237.
HSL color Cylindrical-coordinate representation of color #DD62F8: hue angle of 289.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD62F8 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 98 | 248 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.03 |
| HSL | 289.2º | 0.91% | 0.68% | - |
| HSV(B) | 289.2º | 0.6% | 0.97% | - |
| XYZ | 51.13 | 30.88 | 92.07 | - |
| YUV | 151.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 248 | 0.11 | 0.60 | 0 | 0.03 | 289.2 | 0.91 | 0.68 |
| Hex | DD | 62 | F8 | B | 3C | 0 | 3 | 121 | 5B | 44 |
| Octal | 335 | 142 | 370 | 13 | 74 | 0 | 3 | 441 | 133 | 104 |
| Binary | 11011101 | 1100010 | 11111000 | 1011 | 111100 | 0 | 11 | 100100001 | 1011011 | 1000100 |
Color Harmonies of #DD62F8
Complementary color
Monochromatic Colors of #DD62F8
Black with #DD62F8
Text Example
Text Example
White with #DD62F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62F8; }
p { color: rgb(221,98,248); }
H1.HeaderClassName
{
color: #DD62F8;
}
.AnyTagClassName
{
color: #DD62F8;
}
</style>
background-color css
<style>
a { background-color: #DD62F8; }
a { background-color: rgb(221,98,248); }
div.DivClassName
{
background-color: #DD62F8;
}
.BgClassName
{
background-color: #DD62F8;
}
</style>
border-color css
<style>
span { border-color: #DD62F8; }
span { border-color: rgb(221,98,248); }
td.TdClassName
{
border-color: #DD62F8;
}
.TagClassName
{
border-color: #DD62F8;
}
</style>