Html Css Color HEX #D545DA Free Speech Magenta
📋 copy color: '#D545DA'red 213 ◦ green 69 ◦ blue 218
Shades of Free Speech Magenta #D545DA
Tints of Free Speech Magenta #D545DA
RGB
CMYK
RGB Variations
Color information
#D545DA (or 0xD545DA) is known color: Free Speech Magenta. HEX triplet: D5, 45 and DA. RGB value is (213,69,218). Sum of RGB (Red+Green+Blue) = 213+69+218=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #D545DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545DA is #2ABA25. Grayscale: #808080. Windows color (decimal): -2800166 or 14304725. OLE color: 14304725.
HSL color Cylindrical-coordinate representation of color #D545DA: hue angle of 297.99º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545DA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 69 | 218 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.15 |
| HSL | 297.99º | 0.67% | 0.56% | - |
| HSV(B) | 297.99º | 0.68% | 0.85% | - |
| XYZ | 42.22 | 23.46 | 68.63 | - |
| YUV | 129.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 218 | 0.02 | 0.68 | 0 | 0.15 | 297.99 | 0.67 | 0.56 |
| Hex | D5 | 45 | DA | 2 | 44 | 0 | F | 12A | 43 | 38 |
| Octal | 325 | 105 | 332 | 2 | 104 | 0 | 17 | 452 | 103 | 70 |
| Binary | 11010101 | 1000101 | 11011010 | 10 | 1000100 | 0 | 1111 | 100101010 | 1000011 | 111000 |
Color Harmonies of #D545DA
Complementary color
Monochromatic Colors of #D545DA
Black with #D545DA
Text Example
Text Example
White with #D545DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545DA; }
p { color: rgb(213,69,218); }
H1.HeaderClassName
{
color: #D545DA;
}
.AnyTagClassName
{
color: #D545DA;
}
</style>
background-color css
<style>
a { background-color: #D545DA; }
a { background-color: rgb(213,69,218); }
div.DivClassName
{
background-color: #D545DA;
}
.BgClassName
{
background-color: #D545DA;
}
</style>
border-color css
<style>
span { border-color: #D545DA; }
span { border-color: rgb(213,69,218); }
td.TdClassName
{
border-color: #D545DA;
}
.TagClassName
{
border-color: #D545DA;
}
</style>