Html Css Color HEX #DD4CDA Free Speech Magenta
📋 copy color: '#DD4CDA'red 221 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #DD4CDA
Tints of Free Speech Magenta #DD4CDA
RGB
CMYK
RGB Variations
Color information
#DD4CDA (or 0xDD4CDA) is known color: Free Speech Magenta. HEX triplet: DD, 4C and DA. RGB value is (221,76,218). Sum of RGB (Red+Green+Blue) = 221+76+218=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CDA is #22B325. Grayscale: #878787. Windows color (decimal): -2274086 or 14306525. OLE color: 14306525.
HSL color Cylindrical-coordinate representation of color #DD4CDA: hue angle of 301.24º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CDA is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 218 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.13 |
| HSL | 301.24º | 0.68% | 0.58% | - |
| HSV(B) | 301.24º | 0.66% | 0.87% | - |
| XYZ | 45.06 | 25.6 | 68.9 | - |
| YUV | 135.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 218 | 0 | 0.66 | 0.01 | 0.13 | 301.24 | 0.68 | 0.58 |
| Hex | DD | 4C | DA | 0 | 42 | 1 | D | 12D | 44 | 3A |
| Octal | 335 | 114 | 332 | 0 | 102 | 1 | 15 | 455 | 104 | 72 |
| Binary | 11011101 | 1001100 | 11011010 | 0 | 1000010 | 1 | 1101 | 100101101 | 1000100 | 111010 |
Color Harmonies of #DD4CDA
Complementary color
Monochromatic Colors of #DD4CDA
Black with #DD4CDA
Text Example
Text Example
White with #DD4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CDA; }
p { color: rgb(221,76,218); }
H1.HeaderClassName
{
color: #DD4CDA;
}
.AnyTagClassName
{
color: #DD4CDA;
}
</style>
background-color css
<style>
a { background-color: #DD4CDA; }
a { background-color: rgb(221,76,218); }
div.DivClassName
{
background-color: #DD4CDA;
}
.BgClassName
{
background-color: #DD4CDA;
}
</style>
border-color css
<style>
span { border-color: #DD4CDA; }
span { border-color: rgb(221,76,218); }
td.TdClassName
{
border-color: #DD4CDA;
}
.TagClassName
{
border-color: #DD4CDA;
}
</style>