Shades of Heliotrope #DD67F0
Tints of Heliotrope #DD67F0
RGB
CMYK
RGB Variations
Color information
#DD67F0 (or 0xDD67F0) is known color: Heliotrope. HEX triplet: DD, 67 and F0. RGB value is (221,103,240). Sum of RGB (Red+Green+Blue) = 221+103+240=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 103 (40.62% from 255 or 18.26% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD67F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67F0 is #22980F. Grayscale: #999999. Windows color (decimal): -2267152 or 15755229. OLE color: 15755229.
HSL color Cylindrical-coordinate representation of color #DD67F0: hue angle of 291.68º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD67F0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 103 | 240 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.06 |
| HSL | 291.68º | 0.82% | 0.67% | - |
| HSV(B) | 291.68º | 0.57% | 0.94% | - |
| XYZ | 50.4 | 31.36 | 85.84 | - |
| YUV | 153.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 240 | 0.08 | 0.57 | 0 | 0.06 | 291.68 | 0.82 | 0.67 |
| Hex | DD | 67 | F0 | 8 | 39 | 0 | 6 | 124 | 52 | 43 |
| Octal | 335 | 147 | 360 | 10 | 71 | 0 | 6 | 444 | 122 | 103 |
| Binary | 11011101 | 1100111 | 11110000 | 1000 | 111001 | 0 | 110 | 100100100 | 1010010 | 1000011 |
Color Harmonies of #DD67F0
Complementary color
Monochromatic Colors of #DD67F0
Black with #DD67F0
Text Example
Text Example
White with #DD67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67F0; }
p { color: rgb(221,103,240); }
H1.HeaderClassName
{
color: #DD67F0;
}
.AnyTagClassName
{
color: #DD67F0;
}
</style>
background-color css
<style>
a { background-color: #DD67F0; }
a { background-color: rgb(221,103,240); }
div.DivClassName
{
background-color: #DD67F0;
}
.BgClassName
{
background-color: #DD67F0;
}
</style>
border-color css
<style>
span { border-color: #DD67F0; }
span { border-color: rgb(221,103,240); }
td.TdClassName
{
border-color: #DD67F0;
}
.TagClassName
{
border-color: #DD67F0;
}
</style>