Shades of Heliotrope #DD67F1
Tints of Heliotrope #DD67F1
RGB
CMYK
RGB Variations
Color information
#DD67F1 (or 0xDD67F1) is known color: Heliotrope. HEX triplet: DD, 67 and F1. RGB value is (221,103,241). Sum of RGB (Red+Green+Blue) = 221+103+241=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD67F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67F1 is #22980E. Grayscale: #999999. Windows color (decimal): -2267151 or 15820765. OLE color: 15820765.
HSL color Cylindrical-coordinate representation of color #DD67F1: hue angle of 291.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD67F1 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 103 | 241 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.05 |
| HSL | 291.3º | 0.83% | 0.67% | - |
| HSV(B) | 291.3º | 0.57% | 0.95% | - |
| XYZ | 50.55 | 31.42 | 86.62 | - |
| YUV | 154.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 241 | 0.08 | 0.57 | 0 | 0.05 | 291.3 | 0.83 | 0.67 |
| Hex | DD | 67 | F1 | 8 | 39 | 0 | 5 | 123 | 53 | 43 |
| Octal | 335 | 147 | 361 | 10 | 71 | 0 | 5 | 443 | 123 | 103 |
| Binary | 11011101 | 1100111 | 11110001 | 1000 | 111001 | 0 | 101 | 100100011 | 1010011 | 1000011 |
Color Harmonies of #DD67F1
Complementary color
Monochromatic Colors of #DD67F1
Black with #DD67F1
Text Example
Text Example
White with #DD67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67F1; }
p { color: rgb(221,103,241); }
H1.HeaderClassName
{
color: #DD67F1;
}
.AnyTagClassName
{
color: #DD67F1;
}
</style>
background-color css
<style>
a { background-color: #DD67F1; }
a { background-color: rgb(221,103,241); }
div.DivClassName
{
background-color: #DD67F1;
}
.BgClassName
{
background-color: #DD67F1;
}
</style>
border-color css
<style>
span { border-color: #DD67F1; }
span { border-color: rgb(221,103,241); }
td.TdClassName
{
border-color: #DD67F1;
}
.TagClassName
{
border-color: #DD67F1;
}
</style>