Shades of Heliotrope #DD88F2
Tints of Heliotrope #DD88F2
RGB
CMYK
RGB Variations
Color information
#DD88F2 (or 0xDD88F2) is known color: Heliotrope. HEX triplet: DD, 88 and F2. RGB value is (221,136,242). Sum of RGB (Red+Green+Blue) = 221+136+242=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88F2 is #22770D. Grayscale: #ADADAD. Windows color (decimal): -2258702 or 15894749. OLE color: 15894749.
HSL color Cylindrical-coordinate representation of color #DD88F2: hue angle of 288.11º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD88F2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 136 | 242 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.05 |
| HSL | 288.11º | 0.8% | 0.74% | - |
| HSV(B) | 288.11º | 0.44% | 0.95% | - |
| XYZ | 54.65 | 39.39 | 88.73 | - |
| YUV | 173.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 242 | 0.09 | 0.44 | 0 | 0.05 | 288.11 | 0.8 | 0.74 |
| Hex | DD | 88 | F2 | 9 | 2C | 0 | 5 | 120 | 50 | 4A |
| Octal | 335 | 210 | 362 | 11 | 54 | 0 | 5 | 440 | 120 | 112 |
| Binary | 11011101 | 10001000 | 11110010 | 1001 | 101100 | 0 | 101 | 100100000 | 1010000 | 1001010 |
Color Harmonies of #DD88F2
Complementary color
Monochromatic Colors of #DD88F2
Black with #DD88F2
Text Example
Text Example
White with #DD88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88F2; }
p { color: rgb(221,136,242); }
H1.HeaderClassName
{
color: #DD88F2;
}
.AnyTagClassName
{
color: #DD88F2;
}
</style>
background-color css
<style>
a { background-color: #DD88F2; }
a { background-color: rgb(221,136,242); }
div.DivClassName
{
background-color: #DD88F2;
}
.BgClassName
{
background-color: #DD88F2;
}
</style>
border-color css
<style>
span { border-color: #DD88F2; }
span { border-color: rgb(221,136,242); }
td.TdClassName
{
border-color: #DD88F2;
}
.TagClassName
{
border-color: #DD88F2;
}
</style>