Html Css Color HEX #D545DF Free Speech Magenta
📋 copy color: '#D545DF'red 213 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #D545DF
Tints of Free Speech Magenta #D545DF
RGB
CMYK
RGB Variations
Color information
#D545DF (or 0xD545DF) is known color: Free Speech Magenta. HEX triplet: D5, 45 and DF. RGB value is (213,69,223). Sum of RGB (Red+Green+Blue) = 213+69+223=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #D545DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545DF is #2ABA20. Grayscale: #818181. Windows color (decimal): -2800161 or 14632405. OLE color: 14632405.
HSL color Cylindrical-coordinate representation of color #D545DF: hue angle of 296.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D545DF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 69 | 223 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.13 |
| HSL | 296.1º | 0.71% | 0.57% | - |
| HSV(B) | 296.1º | 0.69% | 0.87% | - |
| XYZ | 42.89 | 23.73 | 72.13 | - |
| YUV | 129.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 223 | 0.04 | 0.69 | 0 | 0.13 | 296.1 | 0.71 | 0.57 |
| Hex | D5 | 45 | DF | 4 | 45 | 0 | D | 128 | 47 | 39 |
| Octal | 325 | 105 | 337 | 4 | 105 | 0 | 15 | 450 | 107 | 71 |
| Binary | 11010101 | 1000101 | 11011111 | 100 | 1000101 | 0 | 1101 | 100101000 | 1000111 | 111001 |
Color Harmonies of #D545DF
Complementary color
Monochromatic Colors of #D545DF
Black with #D545DF
Text Example
Text Example
White with #D545DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545DF; }
p { color: rgb(213,69,223); }
H1.HeaderClassName
{
color: #D545DF;
}
.AnyTagClassName
{
color: #D545DF;
}
</style>
background-color css
<style>
a { background-color: #D545DF; }
a { background-color: rgb(213,69,223); }
div.DivClassName
{
background-color: #D545DF;
}
.BgClassName
{
background-color: #D545DF;
}
</style>
border-color css
<style>
span { border-color: #D545DF; }
span { border-color: rgb(213,69,223); }
td.TdClassName
{
border-color: #D545DF;
}
.TagClassName
{
border-color: #D545DF;
}
</style>