Html Css Color HEX #DD51DF Free Speech Magenta
📋 copy color: '#DD51DF'red 221 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #DD51DF
Tints of Free Speech Magenta #DD51DF
RGB
CMYK
RGB Variations
Color information
#DD51DF (or 0xDD51DF) is known color: Free Speech Magenta. HEX triplet: DD, 51 and DF. RGB value is (221,81,223). Sum of RGB (Red+Green+Blue) = 221+81+223=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51DF is #22AE20. Grayscale: #8A8A8A. Windows color (decimal): -2272801 or 14635485. OLE color: 14635485.
HSL color Cylindrical-coordinate representation of color #DD51DF: hue angle of 299.15º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD51DF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 223 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.13 |
| HSL | 299.15º | 0.69% | 0.6% | - |
| HSV(B) | 299.15º | 0.64% | 0.87% | - |
| XYZ | 46.08 | 26.58 | 72.51 | - |
| YUV | 139.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 223 | 0.01 | 0.64 | 0 | 0.13 | 299.15 | 0.69 | 0.6 |
| Hex | DD | 51 | DF | 1 | 40 | 0 | D | 12B | 45 | 3C |
| Octal | 335 | 121 | 337 | 1 | 100 | 0 | 15 | 453 | 105 | 74 |
| Binary | 11011101 | 1010001 | 11011111 | 1 | 1000000 | 0 | 1101 | 100101011 | 1000101 | 111100 |
Color Harmonies of #DD51DF
Complementary color
Monochromatic Colors of #DD51DF
Black with #DD51DF
Text Example
Text Example
White with #DD51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51DF; }
p { color: rgb(221,81,223); }
H1.HeaderClassName
{
color: #DD51DF;
}
.AnyTagClassName
{
color: #DD51DF;
}
</style>
background-color css
<style>
a { background-color: #DD51DF; }
a { background-color: rgb(221,81,223); }
div.DivClassName
{
background-color: #DD51DF;
}
.BgClassName
{
background-color: #DD51DF;
}
</style>
border-color css
<style>
span { border-color: #DD51DF; }
span { border-color: rgb(221,81,223); }
td.TdClassName
{
border-color: #DD51DF;
}
.TagClassName
{
border-color: #DD51DF;
}
</style>