Shades of Heliotrope #DD70FB
Tints of Heliotrope #DD70FB
RGB
CMYK
RGB Variations
Color information
#DD70FB (or 0xDD70FB) is known color: Heliotrope. HEX triplet: DD, 70 and FB. RGB value is (221,112,251). Sum of RGB (Red+Green+Blue) = 221+112+251=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD70FB is #228F04. Grayscale: #9F9F9F. Windows color (decimal): -2264837 or 16478429. OLE color: 16478429.
HSL color Cylindrical-coordinate representation of color #DD70FB: hue angle of 287.05º degrees, saturation: 0.95, 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 #DD70FB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 112 | 251 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.02 |
| HSL | 287.05º | 0.95% | 0.71% | - |
| HSV(B) | 287.05º | 0.55% | 0.98% | - |
| XYZ | 53.03 | 33.93 | 95.02 | - |
| YUV | 160.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 251 | 0.12 | 0.55 | 0 | 0.02 | 287.05 | 0.95 | 0.71 |
| Hex | DD | 70 | FB | C | 37 | 0 | 2 | 11F | 5F | 47 |
| Octal | 335 | 160 | 373 | 14 | 67 | 0 | 2 | 437 | 137 | 107 |
| Binary | 11011101 | 1110000 | 11111011 | 1100 | 110111 | 0 | 10 | 100011111 | 1011111 | 1000111 |
Color Harmonies of #DD70FB
Complementary color
Monochromatic Colors of #DD70FB
Black with #DD70FB
Text Example
Text Example
White with #DD70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD70FB; }
p { color: rgb(221,112,251); }
H1.HeaderClassName
{
color: #DD70FB;
}
.AnyTagClassName
{
color: #DD70FB;
}
</style>
background-color css
<style>
a { background-color: #DD70FB; }
a { background-color: rgb(221,112,251); }
div.DivClassName
{
background-color: #DD70FB;
}
.BgClassName
{
background-color: #DD70FB;
}
</style>
border-color css
<style>
span { border-color: #DD70FB; }
span { border-color: rgb(221,112,251); }
td.TdClassName
{
border-color: #DD70FB;
}
.TagClassName
{
border-color: #DD70FB;
}
</style>