Html Css Color HEX #DD55C0 Free Speech Magenta
📋 copy color: '#DD55C0'red 221 ◦ green 85 ◦ blue 192
Shades of Free Speech Magenta #DD55C0
Tints of Free Speech Magenta #DD55C0
RGB
CMYK
RGB Variations
Color information
#DD55C0 (or 0xDD55C0) is known color: Free Speech Magenta. HEX triplet: DD, 55 and C0. RGB value is (221,85,192). Sum of RGB (Red+Green+Blue) = 221+85+192=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55C0 is #22AA3F. Grayscale: #898989. Windows color (decimal): -2271808 or 12604893. OLE color: 12604893.
HSL color Cylindrical-coordinate representation of color #DD55C0: hue angle of 312.79º 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 #DD55C0 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 85 | 192 | - |
CMYK | 0 | 0.62 | 0.13 | 0.13 |
HSL | 312.79º | 0.67% | 0.6% | - |
HSV(B) | 312.79º | 0.62% | 0.87% | - |
XYZ | 42.58 | 25.67 | 52.58 | - |
YUV | 137.86 | 158.56 | 187.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 85 | 192 | 0 | 0.62 | 0.13 | 0.13 | 312.79 | 0.67 | 0.6 |
Hex | DD | 55 | C0 | 0 | 3E | D | D | 139 | 43 | 3C |
Octal | 335 | 125 | 300 | 0 | 76 | 15 | 15 | 471 | 103 | 74 |
Binary | 11011101 | 1010101 | 11000000 | 0 | 111110 | 1101 | 1101 | 100111001 | 1000011 | 111100 |
Color Harmonies of #DD55C0
Complementary color
Monochromatic Colors of #DD55C0
Black with #DD55C0
Text Example
Text Example
White with #DD55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55C0; }
p { color: rgb(221,85,192); }
H1.HeaderClassName
{
color: #DD55C0;
}
.AnyTagClassName
{
color: #DD55C0;
}
</style>
background-color css
<style>
a { background-color: #DD55C0; }
a { background-color: rgb(221,85,192); }
div.DivClassName
{
background-color: #DD55C0;
}
.BgClassName
{
background-color: #DD55C0;
}
</style>
border-color css
<style>
span { border-color: #DD55C0; }
span { border-color: rgb(221,85,192); }
td.TdClassName
{
border-color: #DD55C0;
}
.TagClassName
{
border-color: #DD55C0;
}
</style>