Shades of Heliotrope #DD4FFB
Tints of Heliotrope #DD4FFB
RGB
CMYK
RGB Variations
Color information
#DD4FFB (or 0xDD4FFB) is known color: Heliotrope. HEX triplet: DD, 4F and FB. RGB value is (221,79,251). Sum of RGB (Red+Green+Blue) = 221+79+251=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 79 (31.25% from 255 or 14.34% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD4FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4FFB is #22B004. Grayscale: #8C8C8C. Windows color (decimal): -2273285 or 16469981. OLE color: 16469981.
HSL color Cylindrical-coordinate representation of color #DD4FFB: hue angle of 289.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4FFB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 79 | 251 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.02 |
| HSL | 289.53º | 0.96% | 0.65% | - |
| HSV(B) | 289.53º | 0.69% | 0.98% | - |
| XYZ | 50.03 | 27.93 | 94.02 | - |
| YUV | 141.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 251 | 0.12 | 0.69 | 0 | 0.02 | 289.53 | 0.96 | 0.65 |
| Hex | DD | 4F | FB | C | 45 | 0 | 2 | 122 | 60 | 41 |
| Octal | 335 | 117 | 373 | 14 | 105 | 0 | 2 | 442 | 140 | 101 |
| Binary | 11011101 | 1001111 | 11111011 | 1100 | 1000101 | 0 | 10 | 100100010 | 1100000 | 1000001 |
Color Harmonies of #DD4FFB
Complementary color
Monochromatic Colors of #DD4FFB
Black with #DD4FFB
Text Example
Text Example
White with #DD4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FFB; }
p { color: rgb(221,79,251); }
H1.HeaderClassName
{
color: #DD4FFB;
}
.AnyTagClassName
{
color: #DD4FFB;
}
</style>
background-color css
<style>
a { background-color: #DD4FFB; }
a { background-color: rgb(221,79,251); }
div.DivClassName
{
background-color: #DD4FFB;
}
.BgClassName
{
background-color: #DD4FFB;
}
</style>
border-color css
<style>
span { border-color: #DD4FFB; }
span { border-color: rgb(221,79,251); }
td.TdClassName
{
border-color: #DD4FFB;
}
.TagClassName
{
border-color: #DD4FFB;
}
</style>