Html Css Color HEX #D553D0 Free Speech Magenta
📋 copy color: '#D553D0'red 213 ◦ green 83 ◦ blue 208
Shades of Free Speech Magenta #D553D0
Tints of Free Speech Magenta #D553D0
RGB
CMYK
RGB Variations
Color information
#D553D0 (or 0xD553D0) is known color: Free Speech Magenta. HEX triplet: D5, 53 and D0. RGB value is (213,83,208). Sum of RGB (Red+Green+Blue) = 213+83+208=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D553D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553D0 is #2AAC2F. Grayscale: #878787. Windows color (decimal): -2796592 or 13652949. OLE color: 13652949.
HSL color Cylindrical-coordinate representation of color #D553D0: hue angle of 302.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553D0 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 208 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.16 |
| HSL | 302.31º | 0.61% | 0.58% | - |
| HSV(B) | 302.31º | 0.61% | 0.84% | - |
| XYZ | 41.92 | 24.89 | 62.27 | - |
| YUV | 136.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 208 | 0 | 0.61 | 0.02 | 0.16 | 302.31 | 0.61 | 0.58 |
| Hex | D5 | 53 | D0 | 0 | 3D | 2 | 10 | 12E | 3D | 3A |
| Octal | 325 | 123 | 320 | 0 | 75 | 2 | 20 | 456 | 75 | 72 |
| Binary | 11010101 | 1010011 | 11010000 | 0 | 111101 | 10 | 10000 | 100101110 | 111101 | 111010 |
Color Harmonies of #D553D0
Complementary color
Monochromatic Colors of #D553D0
Black with #D553D0
Text Example
Text Example
White with #D553D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553D0; }
p { color: rgb(213,83,208); }
H1.HeaderClassName
{
color: #D553D0;
}
.AnyTagClassName
{
color: #D553D0;
}
</style>
background-color css
<style>
a { background-color: #D553D0; }
a { background-color: rgb(213,83,208); }
div.DivClassName
{
background-color: #D553D0;
}
.BgClassName
{
background-color: #D553D0;
}
</style>
border-color css
<style>
span { border-color: #D553D0; }
span { border-color: rgb(213,83,208); }
td.TdClassName
{
border-color: #D553D0;
}
.TagClassName
{
border-color: #D553D0;
}
</style>