Html Css Color HEX #DD34F2 Free Speech Magenta
📋 copy color: '#DD34F2'red 221 ◦ green 52 ◦ blue 242
Shades of Free Speech Magenta #DD34F2
Tints of Free Speech Magenta #DD34F2
RGB
CMYK
RGB Variations
Color information
#DD34F2 (or 0xDD34F2) is known color: Free Speech Magenta. HEX triplet: DD, 34 and F2. RGB value is (221,52,242). Sum of RGB (Red+Green+Blue) = 221+52+242=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 52 (20.70% from 255 or 10.10% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD34F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34F2 is #22CB0D. Grayscale: #7B7B7B. Windows color (decimal): -2280206 or 15873245. OLE color: 15873245.
HSL color Cylindrical-coordinate representation of color #DD34F2: hue angle of 293.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD34F2 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 52 | 242 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.05 |
| HSL | 293.37º | 0.88% | 0.58% | - |
| HSV(B) | 293.37º | 0.79% | 0.95% | - |
| XYZ | 47.07 | 24.24 | 86.2 | - |
| YUV | 124.19 | 194.49 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 242 | 0.09 | 0.79 | 0 | 0.05 | 293.37 | 0.88 | 0.58 |
| Hex | DD | 34 | F2 | 9 | 4F | 0 | 5 | 125 | 58 | 3A |
| Octal | 335 | 64 | 362 | 11 | 117 | 0 | 5 | 445 | 130 | 72 |
| Binary | 11011101 | 110100 | 11110010 | 1001 | 1001111 | 0 | 101 | 100100101 | 1011000 | 111010 |
Color Harmonies of #DD34F2
Complementary color
Monochromatic Colors of #DD34F2
Black with #DD34F2
Text Example
Text Example
White with #DD34F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34F2; }
p { color: rgb(221,52,242); }
H1.HeaderClassName
{
color: #DD34F2;
}
.AnyTagClassName
{
color: #DD34F2;
}
</style>
background-color css
<style>
a { background-color: #DD34F2; }
a { background-color: rgb(221,52,242); }
div.DivClassName
{
background-color: #DD34F2;
}
.BgClassName
{
background-color: #DD34F2;
}
</style>
border-color css
<style>
span { border-color: #DD34F2; }
span { border-color: rgb(221,52,242); }
td.TdClassName
{
border-color: #DD34F2;
}
.TagClassName
{
border-color: #DD34F2;
}
</style>