Html Css Color HEX #D553D4 Free Speech Magenta
📋 copy color: '#D553D4'red 213 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #D553D4
Tints of Free Speech Magenta #D553D4
RGB
CMYK
RGB Variations
Color information
#D553D4 (or 0xD553D4) is known color: Free Speech Magenta. HEX triplet: D5, 53 and D4. RGB value is (213,83,212). Sum of RGB (Red+Green+Blue) = 213+83+212=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D553D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553D4 is #2AAC2B. Grayscale: #888888. Windows color (decimal): -2796588 or 13915093. OLE color: 13915093.
HSL color Cylindrical-coordinate representation of color #D553D4: hue angle of 300.46º 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 #D553D4 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 212 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.16 |
| HSL | 300.46º | 0.61% | 0.58% | - |
| HSV(B) | 300.46º | 0.61% | 0.84% | - |
| XYZ | 42.42 | 25.09 | 64.89 | - |
| YUV | 136.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 212 | 0 | 0.61 | 0.00 | 0.16 | 300.46 | 0.61 | 0.58 |
| Hex | D5 | 53 | D4 | 0 | 3D | 0 | 10 | 12C | 3D | 3A |
| Octal | 325 | 123 | 324 | 0 | 75 | 0 | 20 | 454 | 75 | 72 |
| Binary | 11010101 | 1010011 | 11010100 | 0 | 111101 | 0 | 10000 | 100101100 | 111101 | 111010 |
Color Harmonies of #D553D4
Complementary color
Monochromatic Colors of #D553D4
Black with #D553D4
Text Example
Text Example
White with #D553D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553D4; }
p { color: rgb(213,83,212); }
H1.HeaderClassName
{
color: #D553D4;
}
.AnyTagClassName
{
color: #D553D4;
}
</style>
background-color css
<style>
a { background-color: #D553D4; }
a { background-color: rgb(213,83,212); }
div.DivClassName
{
background-color: #D553D4;
}
.BgClassName
{
background-color: #D553D4;
}
</style>
border-color css
<style>
span { border-color: #D553D4; }
span { border-color: rgb(213,83,212); }
td.TdClassName
{
border-color: #D553D4;
}
.TagClassName
{
border-color: #D553D4;
}
</style>