Html Css Color HEX #D54ECE Free Speech Magenta
📋 copy color: '#D54ECE'red 213 ◦ green 78 ◦ blue 206
Shades of Free Speech Magenta #D54ECE
Tints of Free Speech Magenta #D54ECE
RGB
CMYK
RGB Variations
Color information
#D54ECE (or 0xD54ECE) is known color: Free Speech Magenta. HEX triplet: D5, 4E and CE. RGB value is (213,78,206). Sum of RGB (Red+Green+Blue) = 213+78+206=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54ECE is #2AB131. Grayscale: #848484. Windows color (decimal): -2797874 or 13520597. OLE color: 13520597.
HSL color Cylindrical-coordinate representation of color #D54ECE: hue angle of 303.11º 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 #D54ECE is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 206 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.16 |
| HSL | 303.11º | 0.62% | 0.57% | - |
| HSV(B) | 303.11º | 0.63% | 0.84% | - |
| XYZ | 41.31 | 24.05 | 60.86 | - |
| YUV | 132.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 206 | 0 | 0.63 | 0.03 | 0.16 | 303.11 | 0.62 | 0.57 |
| Hex | D5 | 4E | CE | 0 | 3F | 3 | 10 | 12F | 3E | 39 |
| Octal | 325 | 116 | 316 | 0 | 77 | 3 | 20 | 457 | 76 | 71 |
| Binary | 11010101 | 1001110 | 11001110 | 0 | 111111 | 11 | 10000 | 100101111 | 111110 | 111001 |
Color Harmonies of #D54ECE
Complementary color
Monochromatic Colors of #D54ECE
Black with #D54ECE
Text Example
Text Example
White with #D54ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ECE; }
p { color: rgb(213,78,206); }
H1.HeaderClassName
{
color: #D54ECE;
}
.AnyTagClassName
{
color: #D54ECE;
}
</style>
background-color css
<style>
a { background-color: #D54ECE; }
a { background-color: rgb(213,78,206); }
div.DivClassName
{
background-color: #D54ECE;
}
.BgClassName
{
background-color: #D54ECE;
}
</style>
border-color css
<style>
span { border-color: #D54ECE; }
span { border-color: rgb(213,78,206); }
td.TdClassName
{
border-color: #D54ECE;
}
.TagClassName
{
border-color: #D54ECE;
}
</style>