Html Css Color HEX #D53ADD Free Speech Magenta
📋 copy color: '#D53ADD'red 213 ◦ green 58 ◦ blue 221
Shades of Free Speech Magenta #D53ADD
Tints of Free Speech Magenta #D53ADD
RGB
CMYK
RGB Variations
Color information
#D53ADD (or 0xD53ADD) is known color: Free Speech Magenta. HEX triplet: D5, 3A and DD. RGB value is (213,58,221). Sum of RGB (Red+Green+Blue) = 213+58+221=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D53ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ADD is #2AC522. Grayscale: #7A7A7A. Windows color (decimal): -2802979 or 14498517. OLE color: 14498517.
HSL color Cylindrical-coordinate representation of color #D53ADD: hue angle of 297.06º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53ADD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 58 | 221 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 297.06º | 0.71% | 0.55% | - |
| HSV(B) | 297.06º | 0.74% | 0.87% | - |
| XYZ | 42 | 22.39 | 70.51 | - |
| YUV | 122.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 221 | 0.04 | 0.74 | 0 | 0.13 | 297.06 | 0.71 | 0.55 |
| Hex | D5 | 3A | DD | 4 | 4A | 0 | D | 129 | 47 | 37 |
| Octal | 325 | 72 | 335 | 4 | 112 | 0 | 15 | 451 | 107 | 67 |
| Binary | 11010101 | 111010 | 11011101 | 100 | 1001010 | 0 | 1101 | 100101001 | 1000111 | 110111 |
Color Harmonies of #D53ADD
Complementary color
Monochromatic Colors of #D53ADD
Black with #D53ADD
Text Example
Text Example
White with #D53ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53ADD; }
p { color: rgb(213,58,221); }
H1.HeaderClassName
{
color: #D53ADD;
}
.AnyTagClassName
{
color: #D53ADD;
}
</style>
background-color css
<style>
a { background-color: #D53ADD; }
a { background-color: rgb(213,58,221); }
div.DivClassName
{
background-color: #D53ADD;
}
.BgClassName
{
background-color: #D53ADD;
}
</style>
border-color css
<style>
span { border-color: #D53ADD; }
span { border-color: rgb(213,58,221); }
td.TdClassName
{
border-color: #D53ADD;
}
.TagClassName
{
border-color: #D53ADD;
}
</style>