Shades of Heliotrope #DD67F2
Tints of Heliotrope #DD67F2
RGB
CMYK
RGB Variations
Color information
#DD67F2 (or 0xDD67F2) is known color: Heliotrope. HEX triplet: DD, 67 and F2. RGB value is (221,103,242). Sum of RGB (Red+Green+Blue) = 221+103+242=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD67F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67F2 is #22980D. Grayscale: #999999. Windows color (decimal): -2267150 or 15886301. OLE color: 15886301.
HSL color Cylindrical-coordinate representation of color #DD67F2: hue angle of 290.94º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD67F2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 103 | 242 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.94º | 0.84% | 0.68% | - |
| HSV(B) | 290.94º | 0.57% | 0.95% | - |
| XYZ | 50.7 | 31.48 | 87.41 | - |
| YUV | 154.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 242 | 0.09 | 0.57 | 0 | 0.05 | 290.94 | 0.84 | 0.68 |
| Hex | DD | 67 | F2 | 9 | 39 | 0 | 5 | 123 | 54 | 44 |
| Octal | 335 | 147 | 362 | 11 | 71 | 0 | 5 | 443 | 124 | 104 |
| Binary | 11011101 | 1100111 | 11110010 | 1001 | 111001 | 0 | 101 | 100100011 | 1010100 | 1000100 |
Color Harmonies of #DD67F2
Complementary color
Monochromatic Colors of #DD67F2
Black with #DD67F2
Text Example
Text Example
White with #DD67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67F2; }
p { color: rgb(221,103,242); }
H1.HeaderClassName
{
color: #DD67F2;
}
.AnyTagClassName
{
color: #DD67F2;
}
</style>
background-color css
<style>
a { background-color: #DD67F2; }
a { background-color: rgb(221,103,242); }
div.DivClassName
{
background-color: #DD67F2;
}
.BgClassName
{
background-color: #DD67F2;
}
</style>
border-color css
<style>
span { border-color: #DD67F2; }
span { border-color: rgb(221,103,242); }
td.TdClassName
{
border-color: #DD67F2;
}
.TagClassName
{
border-color: #DD67F2;
}
</style>