Shades of Heliotrope #DD70FA
Tints of Heliotrope #DD70FA
RGB
CMYK
RGB Variations
Color information
#DD70FA (or 0xDD70FA) is known color: Heliotrope. HEX triplet: DD, 70 and FA. RGB value is (221,112,250). Sum of RGB (Red+Green+Blue) = 221+112+250=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70FA is #228F05. Grayscale: #9F9F9F. Windows color (decimal): -2264838 or 16412893. OLE color: 16412893.
HSL color Cylindrical-coordinate representation of color #DD70FA: hue angle of 287.39º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD70FA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 112 | 250 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.02 |
| HSL | 287.39º | 0.93% | 0.71% | - |
| HSV(B) | 287.39º | 0.55% | 0.98% | - |
| XYZ | 52.87 | 33.86 | 94.19 | - |
| YUV | 160.32 | 178.61 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 250 | 0.12 | 0.55 | 0 | 0.02 | 287.39 | 0.93 | 0.71 |
| Hex | DD | 70 | FA | C | 37 | 0 | 2 | 11F | 5D | 47 |
| Octal | 335 | 160 | 372 | 14 | 67 | 0 | 2 | 437 | 135 | 107 |
| Binary | 11011101 | 1110000 | 11111010 | 1100 | 110111 | 0 | 10 | 100011111 | 1011101 | 1000111 |
Color Harmonies of #DD70FA
Complementary color
Monochromatic Colors of #DD70FA
Black with #DD70FA
Text Example
Text Example
White with #DD70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70FA; }
p { color: rgb(221,112,250); }
H1.HeaderClassName
{
color: #DD70FA;
}
.AnyTagClassName
{
color: #DD70FA;
}
</style>
background-color css
<style>
a { background-color: #DD70FA; }
a { background-color: rgb(221,112,250); }
div.DivClassName
{
background-color: #DD70FA;
}
.BgClassName
{
background-color: #DD70FA;
}
</style>
border-color css
<style>
span { border-color: #DD70FA; }
span { border-color: rgb(221,112,250); }
td.TdClassName
{
border-color: #DD70FA;
}
.TagClassName
{
border-color: #DD70FA;
}
</style>