Html Css Color HEX #D541D2 Free Speech Magenta
📋 copy color: '#D541D2'red 213 ◦ green 65 ◦ blue 210
Shades of Free Speech Magenta #D541D2
Tints of Free Speech Magenta #D541D2
RGB
CMYK
RGB Variations
Color information
#D541D2 (or 0xD541D2) is known color: Free Speech Magenta. HEX triplet: D5, 41 and D2. RGB value is (213,65,210). Sum of RGB (Red+Green+Blue) = 213+65+210=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D541D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541D2 is #2ABE2D. Grayscale: #7D7D7D. Windows color (decimal): -2801198 or 13779413. OLE color: 13779413.
HSL color Cylindrical-coordinate representation of color #D541D2: hue angle of 301.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541D2 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 210 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.16 |
| HSL | 301.22º | 0.64% | 0.55% | - |
| HSV(B) | 301.22º | 0.69% | 0.84% | - |
| XYZ | 40.96 | 22.58 | 63.17 | - |
| YUV | 125.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 210 | 0 | 0.69 | 0.01 | 0.16 | 301.22 | 0.64 | 0.55 |
| Hex | D5 | 41 | D2 | 0 | 45 | 1 | 10 | 12D | 40 | 37 |
| Octal | 325 | 101 | 322 | 0 | 105 | 1 | 20 | 455 | 100 | 67 |
| Binary | 11010101 | 1000001 | 11010010 | 0 | 1000101 | 1 | 10000 | 100101101 | 1000000 | 110111 |
Color Harmonies of #D541D2
Complementary color
Monochromatic Colors of #D541D2
Black with #D541D2
Text Example
Text Example
White with #D541D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541D2; }
p { color: rgb(213,65,210); }
H1.HeaderClassName
{
color: #D541D2;
}
.AnyTagClassName
{
color: #D541D2;
}
</style>
background-color css
<style>
a { background-color: #D541D2; }
a { background-color: rgb(213,65,210); }
div.DivClassName
{
background-color: #D541D2;
}
.BgClassName
{
background-color: #D541D2;
}
</style>
border-color css
<style>
span { border-color: #D541D2; }
span { border-color: rgb(213,65,210); }
td.TdClassName
{
border-color: #D541D2;
}
.TagClassName
{
border-color: #D541D2;
}
</style>