Shades of Heliotrope #DD60F2
Tints of Heliotrope #DD60F2
RGB
CMYK
RGB Variations
Color information
#DD60F2 (or 0xDD60F2) is known color: Heliotrope. HEX triplet: DD, 60 and F2. RGB value is (221,96,242). Sum of RGB (Red+Green+Blue) = 221+96+242=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD60F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60F2 is #229F0D. Grayscale: #959595. Windows color (decimal): -2268942 or 15884509. OLE color: 15884509.
HSL color Cylindrical-coordinate representation of color #DD60F2: hue angle of 291.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD60F2 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 96 | 242 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.05 |
| HSL | 291.37º | 0.85% | 0.66% | - |
| HSV(B) | 291.37º | 0.6% | 0.95% | - |
| XYZ | 50.03 | 30.15 | 87.19 | - |
| YUV | 150.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 242 | 0.09 | 0.60 | 0 | 0.05 | 291.37 | 0.85 | 0.66 |
| Hex | DD | 60 | F2 | 9 | 3C | 0 | 5 | 123 | 55 | 42 |
| Octal | 335 | 140 | 362 | 11 | 74 | 0 | 5 | 443 | 125 | 102 |
| Binary | 11011101 | 1100000 | 11110010 | 1001 | 111100 | 0 | 101 | 100100011 | 1010101 | 1000010 |
Color Harmonies of #DD60F2
Complementary color
Monochromatic Colors of #DD60F2
Black with #DD60F2
Text Example
Text Example
White with #DD60F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60F2; }
p { color: rgb(221,96,242); }
H1.HeaderClassName
{
color: #DD60F2;
}
.AnyTagClassName
{
color: #DD60F2;
}
</style>
background-color css
<style>
a { background-color: #DD60F2; }
a { background-color: rgb(221,96,242); }
div.DivClassName
{
background-color: #DD60F2;
}
.BgClassName
{
background-color: #DD60F2;
}
</style>
border-color css
<style>
span { border-color: #DD60F2; }
span { border-color: rgb(221,96,242); }
td.TdClassName
{
border-color: #DD60F2;
}
.TagClassName
{
border-color: #DD60F2;
}
</style>