Html Css Color HEX #DD4FDA Free Speech Magenta
📋 copy color: '#DD4FDA'red 221 ◦ green 79 ◦ blue 218
Shades of Free Speech Magenta #DD4FDA
Tints of Free Speech Magenta #DD4FDA
RGB
CMYK
RGB Variations
Color information
#DD4FDA (or 0xDD4FDA) is known color: Free Speech Magenta. HEX triplet: DD, 4F and DA. RGB value is (221,79,218). Sum of RGB (Red+Green+Blue) = 221+79+218=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FDA is #22B025. Grayscale: #888888. Windows color (decimal): -2273318 or 14307293. OLE color: 14307293.
HSL color Cylindrical-coordinate representation of color #DD4FDA: hue angle of 301.27º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4FDA is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 218 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.13 |
| HSL | 301.27º | 0.68% | 0.59% | - |
| HSV(B) | 301.27º | 0.64% | 0.87% | - |
| XYZ | 45.27 | 26.03 | 68.97 | - |
| YUV | 137.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 218 | 0 | 0.64 | 0.01 | 0.13 | 301.27 | 0.68 | 0.59 |
| Hex | DD | 4F | DA | 0 | 40 | 1 | D | 12D | 44 | 3B |
| Octal | 335 | 117 | 332 | 0 | 100 | 1 | 15 | 455 | 104 | 73 |
| Binary | 11011101 | 1001111 | 11011010 | 0 | 1000000 | 1 | 1101 | 100101101 | 1000100 | 111011 |
Color Harmonies of #DD4FDA
Complementary color
Monochromatic Colors of #DD4FDA
Black with #DD4FDA
Text Example
Text Example
White with #DD4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FDA; }
p { color: rgb(221,79,218); }
H1.HeaderClassName
{
color: #DD4FDA;
}
.AnyTagClassName
{
color: #DD4FDA;
}
</style>
background-color css
<style>
a { background-color: #DD4FDA; }
a { background-color: rgb(221,79,218); }
div.DivClassName
{
background-color: #DD4FDA;
}
.BgClassName
{
background-color: #DD4FDA;
}
</style>
border-color css
<style>
span { border-color: #DD4FDA; }
span { border-color: rgb(221,79,218); }
td.TdClassName
{
border-color: #DD4FDA;
}
.TagClassName
{
border-color: #DD4FDA;
}
</style>