Html Css Color HEX #D53FD2 Free Speech Magenta
📋 copy color: '#D53FD2'red 213 ◦ green 63 ◦ blue 210
Shades of Free Speech Magenta #D53FD2
Tints of Free Speech Magenta #D53FD2
RGB
CMYK
RGB Variations
Color information
#D53FD2 (or 0xD53FD2) is known color: Free Speech Magenta. HEX triplet: D5, 3F and D2. RGB value is (213,63,210). Sum of RGB (Red+Green+Blue) = 213+63+210=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FD2 is #2AC02D. Grayscale: #7C7C7C. Windows color (decimal): -2801710 or 13778901. OLE color: 13778901.
HSL color Cylindrical-coordinate representation of color #D53FD2: hue angle of 301.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FD2 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 210 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.16 |
| HSL | 301.2º | 0.64% | 0.54% | - |
| HSV(B) | 301.2º | 0.7% | 0.84% | - |
| XYZ | 40.85 | 22.35 | 63.13 | - |
| YUV | 124.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 210 | 0 | 0.70 | 0.01 | 0.16 | 301.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | D2 | 0 | 46 | 1 | 10 | 12D | 40 | 36 |
| Octal | 325 | 77 | 322 | 0 | 106 | 1 | 20 | 455 | 100 | 66 |
| Binary | 11010101 | 111111 | 11010010 | 0 | 1000110 | 1 | 10000 | 100101101 | 1000000 | 110110 |
Color Harmonies of #D53FD2
Complementary color
Monochromatic Colors of #D53FD2
Black with #D53FD2
Text Example
Text Example
White with #D53FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FD2; }
p { color: rgb(213,63,210); }
H1.HeaderClassName
{
color: #D53FD2;
}
.AnyTagClassName
{
color: #D53FD2;
}
</style>
background-color css
<style>
a { background-color: #D53FD2; }
a { background-color: rgb(213,63,210); }
div.DivClassName
{
background-color: #D53FD2;
}
.BgClassName
{
background-color: #D53FD2;
}
</style>
border-color css
<style>
span { border-color: #D53FD2; }
span { border-color: rgb(213,63,210); }
td.TdClassName
{
border-color: #D53FD2;
}
.TagClassName
{
border-color: #D53FD2;
}
</style>