Html Css Color HEX #DD53C0 Free Speech Magenta
📋 copy color: '#DD53C0'red 221 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #DD53C0
Tints of Free Speech Magenta #DD53C0
RGB
CMYK
RGB Variations
Color information
#DD53C0 (or 0xDD53C0) is known color: Free Speech Magenta. HEX triplet: DD, 53 and C0. RGB value is (221,83,192). Sum of RGB (Red+Green+Blue) = 221+83+192=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53C0 is #22AC3F. Grayscale: #888888. Windows color (decimal): -2272320 or 12604381. OLE color: 12604381.
HSL color Cylindrical-coordinate representation of color #DD53C0: hue angle of 312.61º 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 #DD53C0 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 83 | 192 | - |
CMYK | 0 | 0.62 | 0.13 | 0.13 |
HSL | 312.61º | 0.67% | 0.6% | - |
HSV(B) | 312.61º | 0.62% | 0.87% | - |
XYZ | 42.43 | 25.36 | 52.53 | - |
YUV | 136.69 | 159.22 | 188.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 83 | 192 | 0 | 0.62 | 0.13 | 0.13 | 312.61 | 0.67 | 0.6 |
Hex | DD | 53 | C0 | 0 | 3E | D | D | 139 | 43 | 3C |
Octal | 335 | 123 | 300 | 0 | 76 | 15 | 15 | 471 | 103 | 74 |
Binary | 11011101 | 1010011 | 11000000 | 0 | 111110 | 1101 | 1101 | 100111001 | 1000011 | 111100 |
Color Harmonies of #DD53C0
Complementary color
Monochromatic Colors of #DD53C0
Black with #DD53C0
Text Example
Text Example
White with #DD53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53C0; }
p { color: rgb(221,83,192); }
H1.HeaderClassName
{
color: #DD53C0;
}
.AnyTagClassName
{
color: #DD53C0;
}
</style>
background-color css
<style>
a { background-color: #DD53C0; }
a { background-color: rgb(221,83,192); }
div.DivClassName
{
background-color: #DD53C0;
}
.BgClassName
{
background-color: #DD53C0;
}
</style>
border-color css
<style>
span { border-color: #DD53C0; }
span { border-color: rgb(221,83,192); }
td.TdClassName
{
border-color: #DD53C0;
}
.TagClassName
{
border-color: #DD53C0;
}
</style>