Shades of Heliotrope #DD8AFB
Tints of Heliotrope #DD8AFB
RGB
CMYK
RGB Variations
Color information
#DD8AFB (or 0xDD8AFB) is known color: Heliotrope. HEX triplet: DD, 8A and FB. RGB value is (221,138,251). Sum of RGB (Red+Green+Blue) = 221+138+251=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFB is #227504. Grayscale: #AFAFAF. Windows color (decimal): -2258181 or 16485085. OLE color: 16485085.
HSL color Cylindrical-coordinate representation of color #DD8AFB: hue angle of 284.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8AFB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 138 | 251 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.02 |
| HSL | 284.07º | 0.93% | 0.76% | - |
| HSV(B) | 284.07º | 0.45% | 0.98% | - |
| XYZ | 56.32 | 40.51 | 96.12 | - |
| YUV | 175.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 251 | 0.12 | 0.45 | 0 | 0.02 | 284.07 | 0.93 | 0.76 |
| Hex | DD | 8A | FB | C | 2D | 0 | 2 | 11C | 5D | 4C |
| Octal | 335 | 212 | 373 | 14 | 55 | 0 | 2 | 434 | 135 | 114 |
| Binary | 11011101 | 10001010 | 11111011 | 1100 | 101101 | 0 | 10 | 100011100 | 1011101 | 1001100 |
Color Harmonies of #DD8AFB
Complementary color
Monochromatic Colors of #DD8AFB
Black with #DD8AFB
Text Example
Text Example
White with #DD8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AFB; }
p { color: rgb(221,138,251); }
H1.HeaderClassName
{
color: #DD8AFB;
}
.AnyTagClassName
{
color: #DD8AFB;
}
</style>
background-color css
<style>
a { background-color: #DD8AFB; }
a { background-color: rgb(221,138,251); }
div.DivClassName
{
background-color: #DD8AFB;
}
.BgClassName
{
background-color: #DD8AFB;
}
</style>
border-color css
<style>
span { border-color: #DD8AFB; }
span { border-color: rgb(221,138,251); }
td.TdClassName
{
border-color: #DD8AFB;
}
.TagClassName
{
border-color: #DD8AFB;
}
</style>