Shades of Heliotrope #DD6FFD
Tints of Heliotrope #DD6FFD
RGB
CMYK
RGB Variations
Color information
#DD6FFD (or 0xDD6FFD) is known color: Heliotrope. HEX triplet: DD, 6F and FD. RGB value is (221,111,253). Sum of RGB (Red+Green+Blue) = 221+111+253=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FFD is #229002. Grayscale: #9F9F9F. Windows color (decimal): -2265091 or 16609245. OLE color: 16609245.
HSL color Cylindrical-coordinate representation of color #DD6FFD: hue angle of 286.48º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6FFD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 111 | 253 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.01 |
| HSL | 286.48º | 0.97% | 0.71% | - |
| HSV(B) | 286.48º | 0.56% | 0.99% | - |
| XYZ | 53.23 | 33.83 | 96.65 | - |
| YUV | 160.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 253 | 0.13 | 0.56 | 0 | 0.01 | 286.48 | 0.97 | 0.71 |
| Hex | DD | 6F | FD | D | 38 | 0 | 1 | 11E | 61 | 47 |
| Octal | 335 | 157 | 375 | 15 | 70 | 0 | 1 | 436 | 141 | 107 |
| Binary | 11011101 | 1101111 | 11111101 | 1101 | 111000 | 0 | 1 | 100011110 | 1100001 | 1000111 |
Color Harmonies of #DD6FFD
Complementary color
Monochromatic Colors of #DD6FFD
Black with #DD6FFD
Text Example
Text Example
White with #DD6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FFD; }
p { color: rgb(221,111,253); }
H1.HeaderClassName
{
color: #DD6FFD;
}
.AnyTagClassName
{
color: #DD6FFD;
}
</style>
background-color css
<style>
a { background-color: #DD6FFD; }
a { background-color: rgb(221,111,253); }
div.DivClassName
{
background-color: #DD6FFD;
}
.BgClassName
{
background-color: #DD6FFD;
}
</style>
border-color css
<style>
span { border-color: #DD6FFD; }
span { border-color: rgb(221,111,253); }
td.TdClassName
{
border-color: #DD6FFD;
}
.TagClassName
{
border-color: #DD6FFD;
}
</style>