Html Css Color HEX #DD47F0 Free Speech Magenta
📋 copy color: '#DD47F0'red 221 ◦ green 71 ◦ blue 240
Shades of Free Speech Magenta #DD47F0
Tints of Free Speech Magenta #DD47F0
RGB
CMYK
RGB Variations
Color information
#DD47F0 (or 0xDD47F0) is known color: Free Speech Magenta. HEX triplet: DD, 47 and F0. RGB value is (221,71,240). Sum of RGB (Red+Green+Blue) = 221+71+240=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD47F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD47F0 is #22B80F. Grayscale: #868686. Windows color (decimal): -2275344 or 15747037. OLE color: 15747037.
HSL color Cylindrical-coordinate representation of color #DD47F0: hue angle of 293.25º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD47F0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 71 | 240 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.06 |
| HSL | 293.25º | 0.85% | 0.61% | - |
| HSV(B) | 293.25º | 0.7% | 0.94% | - |
| XYZ | 47.8 | 26.17 | 84.97 | - |
| YUV | 135.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 240 | 0.08 | 0.70 | 0 | 0.06 | 293.25 | 0.85 | 0.61 |
| Hex | DD | 47 | F0 | 8 | 46 | 0 | 6 | 125 | 55 | 3D |
| Octal | 335 | 107 | 360 | 10 | 106 | 0 | 6 | 445 | 125 | 75 |
| Binary | 11011101 | 1000111 | 11110000 | 1000 | 1000110 | 0 | 110 | 100100101 | 1010101 | 111101 |
Color Harmonies of #DD47F0
Complementary color
Monochromatic Colors of #DD47F0
Black with #DD47F0
Text Example
Text Example
White with #DD47F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD47F0; }
p { color: rgb(221,71,240); }
H1.HeaderClassName
{
color: #DD47F0;
}
.AnyTagClassName
{
color: #DD47F0;
}
</style>
background-color css
<style>
a { background-color: #DD47F0; }
a { background-color: rgb(221,71,240); }
div.DivClassName
{
background-color: #DD47F0;
}
.BgClassName
{
background-color: #DD47F0;
}
</style>
border-color css
<style>
span { border-color: #DD47F0; }
span { border-color: rgb(221,71,240); }
td.TdClassName
{
border-color: #DD47F0;
}
.TagClassName
{
border-color: #DD47F0;
}
</style>