Html Css Color HEX #DD36E0 Free Speech Magenta
📋 copy color: '#DD36E0'red 221 ◦ green 54 ◦ blue 224
Shades of Free Speech Magenta #DD36E0
Tints of Free Speech Magenta #DD36E0
RGB
CMYK
RGB Variations
Color information
#DD36E0 (or 0xDD36E0) is known color: Free Speech Magenta. HEX triplet: DD, 36 and E0. RGB value is (221,54,224). Sum of RGB (Red+Green+Blue) = 221+54+224=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD36E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD36E0 is #22C91F. Grayscale: #7A7A7A. Windows color (decimal): -2279712 or 14694109. OLE color: 14694109.
HSL color Cylindrical-coordinate representation of color #DD36E0: hue angle of 298.94º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD36E0 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 54 | 224 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.12 |
| HSL | 298.94º | 0.73% | 0.55% | - |
| HSV(B) | 298.94º | 0.76% | 0.88% | - |
| XYZ | 44.59 | 23.39 | 72.69 | - |
| YUV | 123.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 224 | 0.01 | 0.76 | 0 | 0.12 | 298.94 | 0.73 | 0.55 |
| Hex | DD | 36 | E0 | 1 | 4C | 0 | C | 12B | 49 | 37 |
| Octal | 335 | 66 | 340 | 1 | 114 | 0 | 14 | 453 | 111 | 67 |
| Binary | 11011101 | 110110 | 11100000 | 1 | 1001100 | 0 | 1100 | 100101011 | 1001001 | 110111 |
Color Harmonies of #DD36E0
Complementary color
Monochromatic Colors of #DD36E0
Black with #DD36E0
Text Example
Text Example
White with #DD36E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36E0; }
p { color: rgb(221,54,224); }
H1.HeaderClassName
{
color: #DD36E0;
}
.AnyTagClassName
{
color: #DD36E0;
}
</style>
background-color css
<style>
a { background-color: #DD36E0; }
a { background-color: rgb(221,54,224); }
div.DivClassName
{
background-color: #DD36E0;
}
.BgClassName
{
background-color: #DD36E0;
}
</style>
border-color css
<style>
span { border-color: #DD36E0; }
span { border-color: rgb(221,54,224); }
td.TdClassName
{
border-color: #DD36E0;
}
.TagClassName
{
border-color: #DD36E0;
}
</style>