Shades of Heliotrope #DD60F8
Tints of Heliotrope #DD60F8
RGB
CMYK
RGB Variations
Color information
#DD60F8 (or 0xDD60F8) is known color: Heliotrope. HEX triplet: DD, 60 and F8. RGB value is (221,96,248). Sum of RGB (Red+Green+Blue) = 221+96+248=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD60F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD60F8 is #229F07. Grayscale: #969696. Windows color (decimal): -2268936 or 16277725. OLE color: 16277725.
HSL color Cylindrical-coordinate representation of color #DD60F8: hue angle of 289.34º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD60F8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 96 | 248 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.03 |
| HSL | 289.34º | 0.92% | 0.67% | - |
| HSV(B) | 289.34º | 0.61% | 0.97% | - |
| XYZ | 50.94 | 30.52 | 92.01 | - |
| YUV | 150.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 248 | 0.11 | 0.61 | 0 | 0.03 | 289.34 | 0.92 | 0.67 |
| Hex | DD | 60 | F8 | B | 3D | 0 | 3 | 121 | 5C | 43 |
| Octal | 335 | 140 | 370 | 13 | 75 | 0 | 3 | 441 | 134 | 103 |
| Binary | 11011101 | 1100000 | 11111000 | 1011 | 111101 | 0 | 11 | 100100001 | 1011100 | 1000011 |
Color Harmonies of #DD60F8
Complementary color
Monochromatic Colors of #DD60F8
Black with #DD60F8
Text Example
Text Example
White with #DD60F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60F8; }
p { color: rgb(221,96,248); }
H1.HeaderClassName
{
color: #DD60F8;
}
.AnyTagClassName
{
color: #DD60F8;
}
</style>
background-color css
<style>
a { background-color: #DD60F8; }
a { background-color: rgb(221,96,248); }
div.DivClassName
{
background-color: #DD60F8;
}
.BgClassName
{
background-color: #DD60F8;
}
</style>
border-color css
<style>
span { border-color: #DD60F8; }
span { border-color: rgb(221,96,248); }
td.TdClassName
{
border-color: #DD60F8;
}
.TagClassName
{
border-color: #DD60F8;
}
</style>