Html Css Color HEX #D54ECF Free Speech Magenta
📋 copy color: '#D54ECF'red 213 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #D54ECF
Tints of Free Speech Magenta #D54ECF
RGB
CMYK
RGB Variations
Color information
#D54ECF (or 0xD54ECF) is known color: Free Speech Magenta. HEX triplet: D5, 4E and CF. RGB value is (213,78,207). Sum of RGB (Red+Green+Blue) = 213+78+207=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54ECF is #2AB130. Grayscale: #848484. Windows color (decimal): -2797873 or 13586133. OLE color: 13586133.
HSL color Cylindrical-coordinate representation of color #D54ECF: hue angle of 302.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54ECF is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 207 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.16 |
| HSL | 302.67º | 0.62% | 0.57% | - |
| HSV(B) | 302.67º | 0.63% | 0.84% | - |
| XYZ | 41.43 | 24.1 | 61.5 | - |
| YUV | 133.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 207 | 0 | 0.63 | 0.03 | 0.16 | 302.67 | 0.62 | 0.57 |
| Hex | D5 | 4E | CF | 0 | 3F | 3 | 10 | 12F | 3E | 39 |
| Octal | 325 | 116 | 317 | 0 | 77 | 3 | 20 | 457 | 76 | 71 |
| Binary | 11010101 | 1001110 | 11001111 | 0 | 111111 | 11 | 10000 | 100101111 | 111110 | 111001 |
Color Harmonies of #D54ECF
Complementary color
Monochromatic Colors of #D54ECF
Black with #D54ECF
Text Example
Text Example
White with #D54ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ECF; }
p { color: rgb(213,78,207); }
H1.HeaderClassName
{
color: #D54ECF;
}
.AnyTagClassName
{
color: #D54ECF;
}
</style>
background-color css
<style>
a { background-color: #D54ECF; }
a { background-color: rgb(213,78,207); }
div.DivClassName
{
background-color: #D54ECF;
}
.BgClassName
{
background-color: #D54ECF;
}
</style>
border-color css
<style>
span { border-color: #D54ECF; }
span { border-color: rgb(213,78,207); }
td.TdClassName
{
border-color: #D54ECF;
}
.TagClassName
{
border-color: #D54ECF;
}
</style>