Html Css Color HEX #DD50CB Free Speech Magenta
📋 copy color: '#DD50CB'red 221 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #DD50CB
Tints of Free Speech Magenta #DD50CB
RGB
CMYK
RGB Variations
Color information
#DD50CB (or 0xDD50CB) is known color: Free Speech Magenta. HEX triplet: DD, 50 and CB. RGB value is (221,80,203). Sum of RGB (Red+Green+Blue) = 221+80+203=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50CB is #22AF34. Grayscale: #878787. Windows color (decimal): -2273077 or 13324509. OLE color: 13324509.
HSL color Cylindrical-coordinate representation of color #DD50CB: hue angle of 307.66º 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 #DD50CB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 203 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.13 |
| HSL | 307.66º | 0.67% | 0.59% | - |
| HSV(B) | 307.66º | 0.64% | 0.87% | - |
| XYZ | 43.47 | 25.42 | 59.12 | - |
| YUV | 136.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 203 | 0 | 0.64 | 0.08 | 0.13 | 307.66 | 0.67 | 0.59 |
| Hex | DD | 50 | CB | 0 | 40 | 8 | D | 134 | 43 | 3B |
| Octal | 335 | 120 | 313 | 0 | 100 | 10 | 15 | 464 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11001011 | 0 | 1000000 | 1000 | 1101 | 100110100 | 1000011 | 111011 |
Color Harmonies of #DD50CB
Complementary color
Monochromatic Colors of #DD50CB
Black with #DD50CB
Text Example
Text Example
White with #DD50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50CB; }
p { color: rgb(221,80,203); }
H1.HeaderClassName
{
color: #DD50CB;
}
.AnyTagClassName
{
color: #DD50CB;
}
</style>
background-color css
<style>
a { background-color: #DD50CB; }
a { background-color: rgb(221,80,203); }
div.DivClassName
{
background-color: #DD50CB;
}
.BgClassName
{
background-color: #DD50CB;
}
</style>
border-color css
<style>
span { border-color: #DD50CB; }
span { border-color: rgb(221,80,203); }
td.TdClassName
{
border-color: #DD50CB;
}
.TagClassName
{
border-color: #DD50CB;
}
</style>