Shades of Heliotrope #DD75F1
Tints of Heliotrope #DD75F1
RGB
CMYK
RGB Variations
Color information
#DD75F1 (or 0xDD75F1) is known color: Heliotrope. HEX triplet: DD, 75 and F1. RGB value is (221,117,241). Sum of RGB (Red+Green+Blue) = 221+117+241=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75F1 is #228A0E. Grayscale: #A1A1A1. Windows color (decimal): -2263567 or 15824349. OLE color: 15824349.
HSL color Cylindrical-coordinate representation of color #DD75F1: hue angle of 290.32º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD75F1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 117 | 241 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.05 |
| HSL | 290.32º | 0.82% | 0.7% | - |
| HSV(B) | 290.32º | 0.51% | 0.95% | - |
| XYZ | 52.06 | 34.45 | 87.12 | - |
| YUV | 162.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 241 | 0.08 | 0.51 | 0 | 0.05 | 290.32 | 0.82 | 0.7 |
| Hex | DD | 75 | F1 | 8 | 33 | 0 | 5 | 122 | 52 | 46 |
| Octal | 335 | 165 | 361 | 10 | 63 | 0 | 5 | 442 | 122 | 106 |
| Binary | 11011101 | 1110101 | 11110001 | 1000 | 110011 | 0 | 101 | 100100010 | 1010010 | 1000110 |
Color Harmonies of #DD75F1
Complementary color
Monochromatic Colors of #DD75F1
Black with #DD75F1
Text Example
Text Example
White with #DD75F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75F1; }
p { color: rgb(221,117,241); }
H1.HeaderClassName
{
color: #DD75F1;
}
.AnyTagClassName
{
color: #DD75F1;
}
</style>
background-color css
<style>
a { background-color: #DD75F1; }
a { background-color: rgb(221,117,241); }
div.DivClassName
{
background-color: #DD75F1;
}
.BgClassName
{
background-color: #DD75F1;
}
</style>
border-color css
<style>
span { border-color: #DD75F1; }
span { border-color: rgb(221,117,241); }
td.TdClassName
{
border-color: #DD75F1;
}
.TagClassName
{
border-color: #DD75F1;
}
</style>