Html Css Color HEX #DD34E8 Free Speech Magenta
📋 copy color: '#DD34E8'red 221 ◦ green 52 ◦ blue 232
Shades of Free Speech Magenta #DD34E8
Tints of Free Speech Magenta #DD34E8
RGB
CMYK
RGB Variations
Color information
#DD34E8 (or 0xDD34E8) is known color: Free Speech Magenta. HEX triplet: DD, 34 and E8. RGB value is (221,52,232). Sum of RGB (Red+Green+Blue) = 221+52+232=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD34E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34E8 is #22CB17. Grayscale: #7A7A7A. Windows color (decimal): -2280216 or 15217885. OLE color: 15217885.
HSL color Cylindrical-coordinate representation of color #DD34E8: hue angle of 296.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD34E8 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 52 | 232 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.09 |
| HSL | 296.33º | 0.8% | 0.56% | - |
| HSV(B) | 296.33º | 0.78% | 0.91% | - |
| XYZ | 45.61 | 23.65 | 78.51 | - |
| YUV | 123.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 232 | 0.05 | 0.78 | 0 | 0.09 | 296.33 | 0.8 | 0.56 |
| Hex | DD | 34 | E8 | 5 | 4E | 0 | 9 | 128 | 50 | 38 |
| Octal | 335 | 64 | 350 | 5 | 116 | 0 | 11 | 450 | 120 | 70 |
| Binary | 11011101 | 110100 | 11101000 | 101 | 1001110 | 0 | 1001 | 100101000 | 1010000 | 111000 |
Color Harmonies of #DD34E8
Complementary color
Monochromatic Colors of #DD34E8
Black with #DD34E8
Text Example
Text Example
White with #DD34E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34E8; }
p { color: rgb(221,52,232); }
H1.HeaderClassName
{
color: #DD34E8;
}
.AnyTagClassName
{
color: #DD34E8;
}
</style>
background-color css
<style>
a { background-color: #DD34E8; }
a { background-color: rgb(221,52,232); }
div.DivClassName
{
background-color: #DD34E8;
}
.BgClassName
{
background-color: #DD34E8;
}
</style>
border-color css
<style>
span { border-color: #DD34E8; }
span { border-color: rgb(221,52,232); }
td.TdClassName
{
border-color: #DD34E8;
}
.TagClassName
{
border-color: #DD34E8;
}
</style>