Shades of Heliotrope #DD7FFB
Tints of Heliotrope #DD7FFB
RGB
CMYK
RGB Variations
Color information
#DD7FFB (or 0xDD7FFB) is known color: Heliotrope. HEX triplet: DD, 7F and FB. RGB value is (221,127,251). Sum of RGB (Red+Green+Blue) = 221+127+251=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FFB is #228004. Grayscale: #A8A8A8. Windows color (decimal): -2260997 or 16482269. OLE color: 16482269.
HSL color Cylindrical-coordinate representation of color #DD7FFB: hue angle of 285.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7FFB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 127 | 251 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 285.48º | 0.94% | 0.74% | - |
| HSV(B) | 285.48º | 0.49% | 0.98% | - |
| XYZ | 54.82 | 37.52 | 95.62 | - |
| YUV | 169.24 | 174.14 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 251 | 0.12 | 0.49 | 0 | 0.02 | 285.48 | 0.94 | 0.74 |
| Hex | DD | 7F | FB | C | 31 | 0 | 2 | 11D | 5E | 4A |
| Octal | 335 | 177 | 373 | 14 | 61 | 0 | 2 | 435 | 136 | 112 |
| Binary | 11011101 | 1111111 | 11111011 | 1100 | 110001 | 0 | 10 | 100011101 | 1011110 | 1001010 |
Color Harmonies of #DD7FFB
Complementary color
Monochromatic Colors of #DD7FFB
Black with #DD7FFB
Text Example
Text Example
White with #DD7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FFB; }
p { color: rgb(221,127,251); }
H1.HeaderClassName
{
color: #DD7FFB;
}
.AnyTagClassName
{
color: #DD7FFB;
}
</style>
background-color css
<style>
a { background-color: #DD7FFB; }
a { background-color: rgb(221,127,251); }
div.DivClassName
{
background-color: #DD7FFB;
}
.BgClassName
{
background-color: #DD7FFB;
}
</style>
border-color css
<style>
span { border-color: #DD7FFB; }
span { border-color: rgb(221,127,251); }
td.TdClassName
{
border-color: #DD7FFB;
}
.TagClassName
{
border-color: #DD7FFB;
}
</style>