Shades of Heliotrope #DD4BFA
Tints of Heliotrope #DD4BFA
RGB
CMYK
RGB Variations
Color information
#DD4BFA (or 0xDD4BFA) is known color: Heliotrope. HEX triplet: DD, 4B and FA. RGB value is (221,75,250). Sum of RGB (Red+Green+Blue) = 221+75+250=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4BFA is #22B405. Grayscale: #8A8A8A. Windows color (decimal): -2274310 or 16403421. OLE color: 16403421.
HSL color Cylindrical-coordinate representation of color #DD4BFA: hue angle of 290.06º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4BFA is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 75 | 250 | - |
| CMYK | 0.12 | 0.7 | 0 | 0.02 |
| HSL | 290.06º | 0.95% | 0.64% | - |
| HSV(B) | 290.06º | 0.7% | 0.98% | - |
| XYZ | 49.59 | 27.31 | 93.1 | - |
| YUV | 138.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 250 | 0.12 | 0.7 | 0 | 0.02 | 290.06 | 0.95 | 0.64 |
| Hex | DD | 4B | FA | C | 46 | 0 | 2 | 122 | 5F | 40 |
| Octal | 335 | 113 | 372 | 14 | 106 | 0 | 2 | 442 | 137 | 100 |
| Binary | 11011101 | 1001011 | 11111010 | 1100 | 1000110 | 0 | 10 | 100100010 | 1011111 | 1000000 |
Color Harmonies of #DD4BFA
Complementary color
Monochromatic Colors of #DD4BFA
Black with #DD4BFA
Text Example
Text Example
White with #DD4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BFA; }
p { color: rgb(221,75,250); }
H1.HeaderClassName
{
color: #DD4BFA;
}
.AnyTagClassName
{
color: #DD4BFA;
}
</style>
background-color css
<style>
a { background-color: #DD4BFA; }
a { background-color: rgb(221,75,250); }
div.DivClassName
{
background-color: #DD4BFA;
}
.BgClassName
{
background-color: #DD4BFA;
}
</style>
border-color css
<style>
span { border-color: #DD4BFA; }
span { border-color: rgb(221,75,250); }
td.TdClassName
{
border-color: #DD4BFA;
}
.TagClassName
{
border-color: #DD4BFA;
}
</style>