Shades of Heliotrope #DD8BFC
Tints of Heliotrope #DD8BFC
RGB
CMYK
RGB Variations
Color information
#DD8BFC (or 0xDD8BFC) is known color: Heliotrope. HEX triplet: DD, 8B and FC. RGB value is (221,139,252). Sum of RGB (Red+Green+Blue) = 221+139+252=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8BFC is #227403. Grayscale: #B0B0B0. Windows color (decimal): -2257924 or 16550877. OLE color: 16550877.
HSL color Cylindrical-coordinate representation of color #DD8BFC: hue angle of 283.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8BFC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 139 | 252 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.01 |
| HSL | 283.54º | 0.95% | 0.77% | - |
| HSV(B) | 283.54º | 0.45% | 0.99% | - |
| XYZ | 56.62 | 40.87 | 97 | - |
| YUV | 176.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 252 | 0.12 | 0.45 | 0 | 0.01 | 283.54 | 0.95 | 0.77 |
| Hex | DD | 8B | FC | C | 2D | 0 | 1 | 11C | 5F | 4D |
| Octal | 335 | 213 | 374 | 14 | 55 | 0 | 1 | 434 | 137 | 115 |
| Binary | 11011101 | 10001011 | 11111100 | 1100 | 101101 | 0 | 1 | 100011100 | 1011111 | 1001101 |
Color Harmonies of #DD8BFC
Complementary color
Monochromatic Colors of #DD8BFC
Black with #DD8BFC
Text Example
Text Example
White with #DD8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BFC; }
p { color: rgb(221,139,252); }
H1.HeaderClassName
{
color: #DD8BFC;
}
.AnyTagClassName
{
color: #DD8BFC;
}
</style>
background-color css
<style>
a { background-color: #DD8BFC; }
a { background-color: rgb(221,139,252); }
div.DivClassName
{
background-color: #DD8BFC;
}
.BgClassName
{
background-color: #DD8BFC;
}
</style>
border-color css
<style>
span { border-color: #DD8BFC; }
span { border-color: rgb(221,139,252); }
td.TdClassName
{
border-color: #DD8BFC;
}
.TagClassName
{
border-color: #DD8BFC;
}
</style>