Html Css Color HEX #DD51D3 Free Speech Magenta
📋 copy color: '#DD51D3'red 221 ◦ green 81 ◦ blue 211
Shades of Free Speech Magenta #DD51D3
Tints of Free Speech Magenta #DD51D3
RGB
CMYK
RGB Variations
Color information
#DD51D3 (or 0xDD51D3) is known color: Free Speech Magenta. HEX triplet: DD, 51 and D3. RGB value is (221,81,211). Sum of RGB (Red+Green+Blue) = 221+81+211=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51D3 is #22AE2C. Grayscale: #898989. Windows color (decimal): -2272813 or 13849053. OLE color: 13849053.
HSL color Cylindrical-coordinate representation of color #DD51D3: hue angle of 304.29º 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 #DD51D3 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 211 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.13 |
| HSL | 304.29º | 0.67% | 0.59% | - |
| HSV(B) | 304.29º | 0.63% | 0.87% | - |
| XYZ | 44.52 | 25.96 | 64.29 | - |
| YUV | 137.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 211 | 0 | 0.63 | 0.05 | 0.13 | 304.29 | 0.67 | 0.59 |
| Hex | DD | 51 | D3 | 0 | 3F | 5 | D | 130 | 43 | 3B |
| Octal | 335 | 121 | 323 | 0 | 77 | 5 | 15 | 460 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11010011 | 0 | 111111 | 101 | 1101 | 100110000 | 1000011 | 111011 |
Color Harmonies of #DD51D3
Complementary color
Monochromatic Colors of #DD51D3
Black with #DD51D3
Text Example
Text Example
White with #DD51D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51D3; }
p { color: rgb(221,81,211); }
H1.HeaderClassName
{
color: #DD51D3;
}
.AnyTagClassName
{
color: #DD51D3;
}
</style>
background-color css
<style>
a { background-color: #DD51D3; }
a { background-color: rgb(221,81,211); }
div.DivClassName
{
background-color: #DD51D3;
}
.BgClassName
{
background-color: #DD51D3;
}
</style>
border-color css
<style>
span { border-color: #DD51D3; }
span { border-color: rgb(221,81,211); }
td.TdClassName
{
border-color: #DD51D3;
}
.TagClassName
{
border-color: #DD51D3;
}
</style>