Html Css Color HEX #D553D8 Free Speech Magenta
📋 copy color: '#D553D8'red 213 ◦ green 83 ◦ blue 216
Shades of Free Speech Magenta #D553D8
Tints of Free Speech Magenta #D553D8
RGB
CMYK
RGB Variations
Color information
#D553D8 (or 0xD553D8) is known color: Free Speech Magenta. HEX triplet: D5, 53 and D8. RGB value is (213,83,216). Sum of RGB (Red+Green+Blue) = 213+83+216=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #D553D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553D8 is #2AAC27. Grayscale: #888888. Windows color (decimal): -2796584 or 14177237. OLE color: 14177237.
HSL color Cylindrical-coordinate representation of color #D553D8: hue angle of 298.65º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D553D8 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 83 | 216 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.15 |
| HSL | 298.65º | 0.63% | 0.59% | - |
| HSV(B) | 298.65º | 0.62% | 0.85% | - |
| XYZ | 42.93 | 25.29 | 67.58 | - |
| YUV | 137.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 216 | 0.01 | 0.62 | 0 | 0.15 | 298.65 | 0.63 | 0.59 |
| Hex | D5 | 53 | D8 | 1 | 3E | 0 | F | 12B | 3F | 3B |
| Octal | 325 | 123 | 330 | 1 | 76 | 0 | 17 | 453 | 77 | 73 |
| Binary | 11010101 | 1010011 | 11011000 | 1 | 111110 | 0 | 1111 | 100101011 | 111111 | 111011 |
Color Harmonies of #D553D8
Complementary color
Monochromatic Colors of #D553D8
Black with #D553D8
Text Example
Text Example
White with #D553D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553D8; }
p { color: rgb(213,83,216); }
H1.HeaderClassName
{
color: #D553D8;
}
.AnyTagClassName
{
color: #D553D8;
}
</style>
background-color css
<style>
a { background-color: #D553D8; }
a { background-color: rgb(213,83,216); }
div.DivClassName
{
background-color: #D553D8;
}
.BgClassName
{
background-color: #D553D8;
}
</style>
border-color css
<style>
span { border-color: #D553D8; }
span { border-color: rgb(213,83,216); }
td.TdClassName
{
border-color: #D553D8;
}
.TagClassName
{
border-color: #D553D8;
}
</style>