Html Css Color HEX #D543DA Free Speech Magenta
📋 copy color: '#D543DA'red 213 ◦ green 67 ◦ blue 218
Shades of Free Speech Magenta #D543DA
Tints of Free Speech Magenta #D543DA
RGB
CMYK
RGB Variations
Color information
#D543DA (or 0xD543DA) is known color: Free Speech Magenta. HEX triplet: D5, 43 and DA. RGB value is (213,67,218). Sum of RGB (Red+Green+Blue) = 213+67+218=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #D543DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543DA is #2ABC25. Grayscale: #7F7F7F. Windows color (decimal): -2800678 or 14304213. OLE color: 14304213.
HSL color Cylindrical-coordinate representation of color #D543DA: hue angle of 298.01º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D543DA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 67 | 218 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.15 |
| HSL | 298.01º | 0.67% | 0.56% | - |
| HSV(B) | 298.01º | 0.69% | 0.85% | - |
| XYZ | 42.1 | 23.22 | 68.59 | - |
| YUV | 127.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 218 | 0.02 | 0.69 | 0 | 0.15 | 298.01 | 0.67 | 0.56 |
| Hex | D5 | 43 | DA | 2 | 45 | 0 | F | 12A | 43 | 38 |
| Octal | 325 | 103 | 332 | 2 | 105 | 0 | 17 | 452 | 103 | 70 |
| Binary | 11010101 | 1000011 | 11011010 | 10 | 1000101 | 0 | 1111 | 100101010 | 1000011 | 111000 |
Color Harmonies of #D543DA
Complementary color
Monochromatic Colors of #D543DA
Black with #D543DA
Text Example
Text Example
White with #D543DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543DA; }
p { color: rgb(213,67,218); }
H1.HeaderClassName
{
color: #D543DA;
}
.AnyTagClassName
{
color: #D543DA;
}
</style>
background-color css
<style>
a { background-color: #D543DA; }
a { background-color: rgb(213,67,218); }
div.DivClassName
{
background-color: #D543DA;
}
.BgClassName
{
background-color: #D543DA;
}
</style>
border-color css
<style>
span { border-color: #D543DA; }
span { border-color: rgb(213,67,218); }
td.TdClassName
{
border-color: #D543DA;
}
.TagClassName
{
border-color: #D543DA;
}
</style>