Html Css Color HEX #D53ADC Free Speech Magenta
📋 copy color: '#D53ADC'red 213 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #D53ADC
Tints of Free Speech Magenta #D53ADC
RGB
CMYK
RGB Variations
Color information
#D53ADC (or 0xD53ADC) is known color: Free Speech Magenta. HEX triplet: D5, 3A and DC. RGB value is (213,58,220). Sum of RGB (Red+Green+Blue) = 213+58+220=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #D53ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ADC is #2AC523. Grayscale: #7A7A7A. Windows color (decimal): -2802980 or 14432981. OLE color: 14432981.
HSL color Cylindrical-coordinate representation of color #D53ADC: hue angle of 297.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53ADC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 58 | 220 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.14 |
| HSL | 297.41º | 0.7% | 0.55% | - |
| HSV(B) | 297.41º | 0.74% | 0.86% | - |
| XYZ | 41.87 | 22.34 | 69.82 | - |
| YUV | 122.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 220 | 0.03 | 0.74 | 0 | 0.14 | 297.41 | 0.7 | 0.55 |
| Hex | D5 | 3A | DC | 3 | 4A | 0 | E | 129 | 46 | 37 |
| Octal | 325 | 72 | 334 | 3 | 112 | 0 | 16 | 451 | 106 | 67 |
| Binary | 11010101 | 111010 | 11011100 | 11 | 1001010 | 0 | 1110 | 100101001 | 1000110 | 110111 |
Color Harmonies of #D53ADC
Complementary color
Monochromatic Colors of #D53ADC
Black with #D53ADC
Text Example
Text Example
White with #D53ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53ADC; }
p { color: rgb(213,58,220); }
H1.HeaderClassName
{
color: #D53ADC;
}
.AnyTagClassName
{
color: #D53ADC;
}
</style>
background-color css
<style>
a { background-color: #D53ADC; }
a { background-color: rgb(213,58,220); }
div.DivClassName
{
background-color: #D53ADC;
}
.BgClassName
{
background-color: #D53ADC;
}
</style>
border-color css
<style>
span { border-color: #D53ADC; }
span { border-color: rgb(213,58,220); }
td.TdClassName
{
border-color: #D53ADC;
}
.TagClassName
{
border-color: #D53ADC;
}
</style>