Html Css Color HEX #DD30E0 Free Speech Magenta
📋 copy color: '#DD30E0'red 221 ◦ green 48 ◦ blue 224
Shades of Free Speech Magenta #DD30E0
Tints of Free Speech Magenta #DD30E0
RGB
CMYK
RGB Variations
Color information
#DD30E0 (or 0xDD30E0) is known color: Free Speech Magenta. HEX triplet: DD, 30 and E0. RGB value is (221,48,224). Sum of RGB (Red+Green+Blue) = 221+48+224=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30E0 is #22CF1F. Grayscale: #777777. Windows color (decimal): -2281248 or 14692573. OLE color: 14692573.
HSL color Cylindrical-coordinate representation of color #DD30E0: hue angle of 298.98º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD30E0 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 48 | 224 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.12 |
| HSL | 298.98º | 0.74% | 0.53% | - |
| HSV(B) | 298.98º | 0.79% | 0.88% | - |
| XYZ | 44.33 | 22.87 | 72.6 | - |
| YUV | 119.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 224 | 0.01 | 0.79 | 0 | 0.12 | 298.98 | 0.74 | 0.53 |
| Hex | DD | 30 | E0 | 1 | 4F | 0 | C | 12B | 4A | 35 |
| Octal | 335 | 60 | 340 | 1 | 117 | 0 | 14 | 453 | 112 | 65 |
| Binary | 11011101 | 110000 | 11100000 | 1 | 1001111 | 0 | 1100 | 100101011 | 1001010 | 110101 |
Color Harmonies of #DD30E0
Complementary color
Monochromatic Colors of #DD30E0
Black with #DD30E0
Text Example
Text Example
White with #DD30E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30E0; }
p { color: rgb(221,48,224); }
H1.HeaderClassName
{
color: #DD30E0;
}
.AnyTagClassName
{
color: #DD30E0;
}
</style>
background-color css
<style>
a { background-color: #DD30E0; }
a { background-color: rgb(221,48,224); }
div.DivClassName
{
background-color: #DD30E0;
}
.BgClassName
{
background-color: #DD30E0;
}
</style>
border-color css
<style>
span { border-color: #DD30E0; }
span { border-color: rgb(221,48,224); }
td.TdClassName
{
border-color: #DD30E0;
}
.TagClassName
{
border-color: #DD30E0;
}
</style>