Html Css Color HEX #DD55CF Free Speech Magenta
📋 copy color: '#DD55CF'red 221 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #DD55CF
Tints of Free Speech Magenta #DD55CF
RGB
CMYK
RGB Variations
Color information
#DD55CF (or 0xDD55CF) is known color: Free Speech Magenta. HEX triplet: DD, 55 and CF. RGB value is (221,85,207). Sum of RGB (Red+Green+Blue) = 221+85+207=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55CF is #22AA30. Grayscale: #8B8B8B. Windows color (decimal): -2271793 or 13587933. OLE color: 13587933.
HSL color Cylindrical-coordinate representation of color #DD55CF: hue angle of 306.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55CF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 207 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.13 |
| HSL | 306.18º | 0.67% | 0.6% | - |
| HSV(B) | 306.18º | 0.62% | 0.87% | - |
| XYZ | 44.33 | 26.37 | 61.79 | - |
| YUV | 139.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 207 | 0 | 0.62 | 0.06 | 0.13 | 306.18 | 0.67 | 0.6 |
| Hex | DD | 55 | CF | 0 | 3E | 6 | D | 132 | 43 | 3C |
| Octal | 335 | 125 | 317 | 0 | 76 | 6 | 15 | 462 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11001111 | 0 | 111110 | 110 | 1101 | 100110010 | 1000011 | 111100 |
Color Harmonies of #DD55CF
Complementary color
Monochromatic Colors of #DD55CF
Black with #DD55CF
Text Example
Text Example
White with #DD55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55CF; }
p { color: rgb(221,85,207); }
H1.HeaderClassName
{
color: #DD55CF;
}
.AnyTagClassName
{
color: #DD55CF;
}
</style>
background-color css
<style>
a { background-color: #DD55CF; }
a { background-color: rgb(221,85,207); }
div.DivClassName
{
background-color: #DD55CF;
}
.BgClassName
{
background-color: #DD55CF;
}
</style>
border-color css
<style>
span { border-color: #DD55CF; }
span { border-color: rgb(221,85,207); }
td.TdClassName
{
border-color: #DD55CF;
}
.TagClassName
{
border-color: #DD55CF;
}
</style>