Html Css Color HEX #DD55CB Free Speech Magenta
📋 copy color: '#DD55CB'red 221 ◦ green 85 ◦ blue 203
Shades of Free Speech Magenta #DD55CB
Tints of Free Speech Magenta #DD55CB
RGB
CMYK
RGB Variations
Color information
#DD55CB (or 0xDD55CB) is known color: Free Speech Magenta. HEX triplet: DD, 55 and CB. RGB value is (221,85,203). Sum of RGB (Red+Green+Blue) = 221+85+203=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55CB is #22AA34. Grayscale: #8A8A8A. Windows color (decimal): -2271797 or 13325789. OLE color: 13325789.
HSL color Cylindrical-coordinate representation of color #DD55CB: hue angle of 307.94º 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 #DD55CB is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 203 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.13 |
| HSL | 307.94º | 0.67% | 0.6% | - |
| HSV(B) | 307.94º | 0.62% | 0.87% | - |
| XYZ | 43.85 | 26.18 | 59.24 | - |
| YUV | 139.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 203 | 0 | 0.62 | 0.08 | 0.13 | 307.94 | 0.67 | 0.6 |
| Hex | DD | 55 | CB | 0 | 3E | 8 | D | 134 | 43 | 3C |
| Octal | 335 | 125 | 313 | 0 | 76 | 10 | 15 | 464 | 103 | 74 |
| Binary | 11011101 | 1010101 | 11001011 | 0 | 111110 | 1000 | 1101 | 100110100 | 1000011 | 111100 |
Color Harmonies of #DD55CB
Complementary color
Monochromatic Colors of #DD55CB
Black with #DD55CB
Text Example
Text Example
White with #DD55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55CB; }
p { color: rgb(221,85,203); }
H1.HeaderClassName
{
color: #DD55CB;
}
.AnyTagClassName
{
color: #DD55CB;
}
</style>
background-color css
<style>
a { background-color: #DD55CB; }
a { background-color: rgb(221,85,203); }
div.DivClassName
{
background-color: #DD55CB;
}
.BgClassName
{
background-color: #DD55CB;
}
</style>
border-color css
<style>
span { border-color: #DD55CB; }
span { border-color: rgb(221,85,203); }
td.TdClassName
{
border-color: #DD55CB;
}
.TagClassName
{
border-color: #DD55CB;
}
</style>