Html Css Color HEX #D53BD2 Free Speech Magenta
📋 copy color: '#D53BD2'red 213 ◦ green 59 ◦ blue 210
Shades of Free Speech Magenta #D53BD2
Tints of Free Speech Magenta #D53BD2
RGB
CMYK
RGB Variations
Color information
#D53BD2 (or 0xD53BD2) is known color: Free Speech Magenta. HEX triplet: D5, 3B and D2. RGB value is (213,59,210). Sum of RGB (Red+Green+Blue) = 213+59+210=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BD2 is #2AC42D. Grayscale: #797979. Windows color (decimal): -2802734 or 13777877. OLE color: 13777877.
HSL color Cylindrical-coordinate representation of color #D53BD2: hue angle of 301.17º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BD2 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 210 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.16 |
| HSL | 301.17º | 0.65% | 0.53% | - |
| HSV(B) | 301.17º | 0.72% | 0.84% | - |
| XYZ | 40.64 | 21.93 | 63.06 | - |
| YUV | 122.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 210 | 0 | 0.72 | 0.01 | 0.16 | 301.17 | 0.65 | 0.53 |
| Hex | D5 | 3B | D2 | 0 | 48 | 1 | 10 | 12D | 41 | 35 |
| Octal | 325 | 73 | 322 | 0 | 110 | 1 | 20 | 455 | 101 | 65 |
| Binary | 11010101 | 111011 | 11010010 | 0 | 1001000 | 1 | 10000 | 100101101 | 1000001 | 110101 |
Color Harmonies of #D53BD2
Complementary color
Monochromatic Colors of #D53BD2
Black with #D53BD2
Text Example
Text Example
White with #D53BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BD2; }
p { color: rgb(213,59,210); }
H1.HeaderClassName
{
color: #D53BD2;
}
.AnyTagClassName
{
color: #D53BD2;
}
</style>
background-color css
<style>
a { background-color: #D53BD2; }
a { background-color: rgb(213,59,210); }
div.DivClassName
{
background-color: #D53BD2;
}
.BgClassName
{
background-color: #D53BD2;
}
</style>
border-color css
<style>
span { border-color: #D53BD2; }
span { border-color: rgb(213,59,210); }
td.TdClassName
{
border-color: #D53BD2;
}
.TagClassName
{
border-color: #D53BD2;
}
</style>