Html Css Color HEX #D553ED Free Speech Magenta
📋 copy color: '#D553ED'red 213 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #D553ED
Tints of Free Speech Magenta #D553ED
RGB
CMYK
RGB Variations
Color information
#D553ED (or 0xD553ED) is known color: Free Speech Magenta. HEX triplet: D5, 53 and ED. RGB value is (213,83,237). Sum of RGB (Red+Green+Blue) = 213+83+237=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #D553ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D553ED is #2AAC12. Grayscale: #8A8A8A. Windows color (decimal): -2796563 or 15553493. OLE color: 15553493.
HSL color Cylindrical-coordinate representation of color #D553ED: hue angle of 290.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D553ED is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 83 | 237 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.07 |
| HSL | 290.65º | 0.81% | 0.63% | - |
| HSV(B) | 290.65º | 0.65% | 0.93% | - |
| XYZ | 45.82 | 26.45 | 82.81 | - |
| YUV | 139.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 237 | 0.10 | 0.65 | 0 | 0.07 | 290.65 | 0.81 | 0.63 |
| Hex | D5 | 53 | ED | A | 41 | 0 | 7 | 123 | 51 | 3F |
| Octal | 325 | 123 | 355 | 12 | 101 | 0 | 7 | 443 | 121 | 77 |
| Binary | 11010101 | 1010011 | 11101101 | 1010 | 1000001 | 0 | 111 | 100100011 | 1010001 | 111111 |
Color Harmonies of #D553ED
Complementary color
Monochromatic Colors of #D553ED
Black with #D553ED
Text Example
Text Example
White with #D553ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553ED; }
p { color: rgb(213,83,237); }
H1.HeaderClassName
{
color: #D553ED;
}
.AnyTagClassName
{
color: #D553ED;
}
</style>
background-color css
<style>
a { background-color: #D553ED; }
a { background-color: rgb(213,83,237); }
div.DivClassName
{
background-color: #D553ED;
}
.BgClassName
{
background-color: #D553ED;
}
</style>
border-color css
<style>
span { border-color: #D553ED; }
span { border-color: rgb(213,83,237); }
td.TdClassName
{
border-color: #D553ED;
}
.TagClassName
{
border-color: #D553ED;
}
</style>