Html Css Color HEX #DD32F2 Free Speech Magenta
📋 copy color: '#DD32F2'red 221 ◦ green 50 ◦ blue 242
Shades of Free Speech Magenta #DD32F2
Tints of Free Speech Magenta #DD32F2
RGB
CMYK
RGB Variations
Color information
#DD32F2 (or 0xDD32F2) is known color: Free Speech Magenta. HEX triplet: DD, 32 and F2. RGB value is (221,50,242). Sum of RGB (Red+Green+Blue) = 221+50+242=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32F2 is #22CD0D. Grayscale: #7A7A7A. Windows color (decimal): -2280718 or 15872733. OLE color: 15872733.
HSL color Cylindrical-coordinate representation of color #DD32F2: hue angle of 293.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD32F2 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 50 | 242 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.05 |
| HSL | 293.44º | 0.88% | 0.57% | - |
| HSV(B) | 293.44º | 0.79% | 0.95% | - |
| XYZ | 46.99 | 24.06 | 86.17 | - |
| YUV | 123.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 242 | 0.09 | 0.79 | 0 | 0.05 | 293.44 | 0.88 | 0.57 |
| Hex | DD | 32 | F2 | 9 | 4F | 0 | 5 | 125 | 58 | 39 |
| Octal | 335 | 62 | 362 | 11 | 117 | 0 | 5 | 445 | 130 | 71 |
| Binary | 11011101 | 110010 | 11110010 | 1001 | 1001111 | 0 | 101 | 100100101 | 1011000 | 111001 |
Color Harmonies of #DD32F2
Complementary color
Monochromatic Colors of #DD32F2
Black with #DD32F2
Text Example
Text Example
White with #DD32F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32F2; }
p { color: rgb(221,50,242); }
H1.HeaderClassName
{
color: #DD32F2;
}
.AnyTagClassName
{
color: #DD32F2;
}
</style>
background-color css
<style>
a { background-color: #DD32F2; }
a { background-color: rgb(221,50,242); }
div.DivClassName
{
background-color: #DD32F2;
}
.BgClassName
{
background-color: #DD32F2;
}
</style>
border-color css
<style>
span { border-color: #DD32F2; }
span { border-color: rgb(221,50,242); }
td.TdClassName
{
border-color: #DD32F2;
}
.TagClassName
{
border-color: #DD32F2;
}
</style>