Html Css Color HEX #DD51C1 Free Speech Magenta
📋 copy color: '#DD51C1'red 221 ◦ green 81 ◦ blue 193
Shades of Free Speech Magenta #DD51C1
Tints of Free Speech Magenta #DD51C1
RGB
CMYK
RGB Variations
Color information
#DD51C1 (or 0xDD51C1) is known color: Free Speech Magenta. HEX triplet: DD, 51 and C1. RGB value is (221,81,193). Sum of RGB (Red+Green+Blue) = 221+81+193=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C1 is #22AE3E. Grayscale: #878787. Windows color (decimal): -2272831 or 12669405. OLE color: 12669405.
HSL color Cylindrical-coordinate representation of color #DD51C1: hue angle of 312º 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 #DD51C1 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 193 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.13 |
| HSL | 312º | 0.67% | 0.59% | - |
| HSV(B) | 312º | 0.63% | 0.87% | - |
| XYZ | 42.39 | 25.11 | 53.06 | - |
| YUV | 135.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 193 | 0 | 0.63 | 0.13 | 0.13 | 312 | 0.67 | 0.59 |
| Hex | DD | 51 | C1 | 0 | 3F | D | D | 138 | 43 | 3B |
| Octal | 335 | 121 | 301 | 0 | 77 | 15 | 15 | 470 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11000001 | 0 | 111111 | 1101 | 1101 | 100111000 | 1000011 | 111011 |
Color Harmonies of #DD51C1
Complementary color
Monochromatic Colors of #DD51C1
Black with #DD51C1
Text Example
Text Example
White with #DD51C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51C1; }
p { color: rgb(221,81,193); }
H1.HeaderClassName
{
color: #DD51C1;
}
.AnyTagClassName
{
color: #DD51C1;
}
</style>
background-color css
<style>
a { background-color: #DD51C1; }
a { background-color: rgb(221,81,193); }
div.DivClassName
{
background-color: #DD51C1;
}
.BgClassName
{
background-color: #DD51C1;
}
</style>
border-color css
<style>
span { border-color: #DD51C1; }
span { border-color: rgb(221,81,193); }
td.TdClassName
{
border-color: #DD51C1;
}
.TagClassName
{
border-color: #DD51C1;
}
</style>