Html Css Color HEX #DD51D4 Free Speech Magenta
📋 copy color: '#DD51D4'red 221 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #DD51D4
Tints of Free Speech Magenta #DD51D4
RGB
CMYK
RGB Variations
Color information
#DD51D4 (or 0xDD51D4) is known color: Free Speech Magenta. HEX triplet: DD, 51 and D4. RGB value is (221,81,212). Sum of RGB (Red+Green+Blue) = 221+81+212=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D4 is #22AE2B. Grayscale: #898989. Windows color (decimal): -2272812 or 13914589. OLE color: 13914589.
HSL color Cylindrical-coordinate representation of color #DD51D4: hue angle of 303.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51D4 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 212 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.13 |
| HSL | 303.86º | 0.67% | 0.59% | - |
| HSV(B) | 303.86º | 0.63% | 0.87% | - |
| XYZ | 44.64 | 26.01 | 64.95 | - |
| YUV | 137.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 212 | 0 | 0.63 | 0.04 | 0.13 | 303.86 | 0.67 | 0.59 |
| Hex | DD | 51 | D4 | 0 | 3F | 4 | D | 130 | 43 | 3B |
| Octal | 335 | 121 | 324 | 0 | 77 | 4 | 15 | 460 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11010100 | 0 | 111111 | 100 | 1101 | 100110000 | 1000011 | 111011 |
Color Harmonies of #DD51D4
Complementary color
Monochromatic Colors of #DD51D4
Black with #DD51D4
Text Example
Text Example
White with #DD51D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51D4; }
p { color: rgb(221,81,212); }
H1.HeaderClassName
{
color: #DD51D4;
}
.AnyTagClassName
{
color: #DD51D4;
}
</style>
background-color css
<style>
a { background-color: #DD51D4; }
a { background-color: rgb(221,81,212); }
div.DivClassName
{
background-color: #DD51D4;
}
.BgClassName
{
background-color: #DD51D4;
}
</style>
border-color css
<style>
span { border-color: #DD51D4; }
span { border-color: rgb(221,81,212); }
td.TdClassName
{
border-color: #DD51D4;
}
.TagClassName
{
border-color: #DD51D4;
}
</style>