Shades of Heliotrope #DD67FA
Tints of Heliotrope #DD67FA
RGB
CMYK
RGB Variations
Color information
#DD67FA (or 0xDD67FA) is known color: Heliotrope. HEX triplet: DD, 67 and FA. RGB value is (221,103,250). Sum of RGB (Red+Green+Blue) = 221+103+250=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67FA is #229805. Grayscale: #9A9A9A. Windows color (decimal): -2267142 or 16410589. OLE color: 16410589.
HSL color Cylindrical-coordinate representation of color #DD67FA: hue angle of 288.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD67FA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 103 | 250 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.02 |
| HSL | 288.16º | 0.94% | 0.69% | - |
| HSV(B) | 288.16º | 0.59% | 0.98% | - |
| XYZ | 51.92 | 31.97 | 93.88 | - |
| YUV | 155.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 250 | 0.12 | 0.59 | 0 | 0.02 | 288.16 | 0.94 | 0.69 |
| Hex | DD | 67 | FA | C | 3B | 0 | 2 | 120 | 5E | 45 |
| Octal | 335 | 147 | 372 | 14 | 73 | 0 | 2 | 440 | 136 | 105 |
| Binary | 11011101 | 1100111 | 11111010 | 1100 | 111011 | 0 | 10 | 100100000 | 1011110 | 1000101 |
Color Harmonies of #DD67FA
Complementary color
Monochromatic Colors of #DD67FA
Black with #DD67FA
Text Example
Text Example
White with #DD67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67FA; }
p { color: rgb(221,103,250); }
H1.HeaderClassName
{
color: #DD67FA;
}
.AnyTagClassName
{
color: #DD67FA;
}
</style>
background-color css
<style>
a { background-color: #DD67FA; }
a { background-color: rgb(221,103,250); }
div.DivClassName
{
background-color: #DD67FA;
}
.BgClassName
{
background-color: #DD67FA;
}
</style>
border-color css
<style>
span { border-color: #DD67FA; }
span { border-color: rgb(221,103,250); }
td.TdClassName
{
border-color: #DD67FA;
}
.TagClassName
{
border-color: #DD67FA;
}
</style>