Html Css Color HEX #DD50CF Free Speech Magenta
📋 copy color: '#DD50CF'red 221 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #DD50CF
Tints of Free Speech Magenta #DD50CF
RGB
CMYK
RGB Variations
Color information
#DD50CF (or 0xDD50CF) is known color: Free Speech Magenta. HEX triplet: DD, 50 and CF. RGB value is (221,80,207). Sum of RGB (Red+Green+Blue) = 221+80+207=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50CF is #22AF30. Grayscale: #888888. Windows color (decimal): -2273073 or 13586653. OLE color: 13586653.
HSL color Cylindrical-coordinate representation of color #DD50CF: hue angle of 305.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50CF is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 207 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.13 |
| HSL | 305.96º | 0.67% | 0.59% | - |
| HSV(B) | 305.96º | 0.64% | 0.87% | - |
| XYZ | 43.95 | 25.61 | 61.66 | - |
| YUV | 136.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 207 | 0 | 0.64 | 0.06 | 0.13 | 305.96 | 0.67 | 0.59 |
| Hex | DD | 50 | CF | 0 | 40 | 6 | D | 132 | 43 | 3B |
| Octal | 335 | 120 | 317 | 0 | 100 | 6 | 15 | 462 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11001111 | 0 | 1000000 | 110 | 1101 | 100110010 | 1000011 | 111011 |
Color Harmonies of #DD50CF
Complementary color
Monochromatic Colors of #DD50CF
Black with #DD50CF
Text Example
Text Example
White with #DD50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50CF; }
p { color: rgb(221,80,207); }
H1.HeaderClassName
{
color: #DD50CF;
}
.AnyTagClassName
{
color: #DD50CF;
}
</style>
background-color css
<style>
a { background-color: #DD50CF; }
a { background-color: rgb(221,80,207); }
div.DivClassName
{
background-color: #DD50CF;
}
.BgClassName
{
background-color: #DD50CF;
}
</style>
border-color css
<style>
span { border-color: #DD50CF; }
span { border-color: rgb(221,80,207); }
td.TdClassName
{
border-color: #DD50CF;
}
.TagClassName
{
border-color: #DD50CF;
}
</style>