Shades of Heliotrope #DD6BF2
Tints of Heliotrope #DD6BF2
RGB
CMYK
RGB Variations
Color information
#DD6BF2 (or 0xDD6BF2) is known color: Heliotrope. HEX triplet: DD, 6B and F2. RGB value is (221,107,242). Sum of RGB (Red+Green+Blue) = 221+107+242=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BF2 is #22940D. Grayscale: #9C9C9C. Windows color (decimal): -2266126 or 15887325. OLE color: 15887325.
HSL color Cylindrical-coordinate representation of color #DD6BF2: hue angle of 290.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6BF2 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 107 | 242 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.05 |
| HSL | 290.67º | 0.84% | 0.68% | - |
| HSV(B) | 290.67º | 0.56% | 0.95% | - |
| XYZ | 51.1 | 32.3 | 87.55 | - |
| YUV | 156.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 242 | 0.09 | 0.56 | 0 | 0.05 | 290.67 | 0.84 | 0.68 |
| Hex | DD | 6B | F2 | 9 | 38 | 0 | 5 | 123 | 54 | 44 |
| Octal | 335 | 153 | 362 | 11 | 70 | 0 | 5 | 443 | 124 | 104 |
| Binary | 11011101 | 1101011 | 11110010 | 1001 | 111000 | 0 | 101 | 100100011 | 1010100 | 1000100 |
Color Harmonies of #DD6BF2
Complementary color
Monochromatic Colors of #DD6BF2
Black with #DD6BF2
Text Example
Text Example
White with #DD6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BF2; }
p { color: rgb(221,107,242); }
H1.HeaderClassName
{
color: #DD6BF2;
}
.AnyTagClassName
{
color: #DD6BF2;
}
</style>
background-color css
<style>
a { background-color: #DD6BF2; }
a { background-color: rgb(221,107,242); }
div.DivClassName
{
background-color: #DD6BF2;
}
.BgClassName
{
background-color: #DD6BF2;
}
</style>
border-color css
<style>
span { border-color: #DD6BF2; }
span { border-color: rgb(221,107,242); }
td.TdClassName
{
border-color: #DD6BF2;
}
.TagClassName
{
border-color: #DD6BF2;
}
</style>