Html Css Color HEX #D54ECC Free Speech Magenta
📋 copy color: '#D54ECC'red 213 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #D54ECC
Tints of Free Speech Magenta #D54ECC
RGB
CMYK
RGB Variations
Color information
#D54ECC (or 0xD54ECC) is known color: Free Speech Magenta. HEX triplet: D5, 4E and CC. RGB value is (213,78,204). Sum of RGB (Red+Green+Blue) = 213+78+204=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54ECC is #2AB133. Grayscale: #848484. Windows color (decimal): -2797876 or 13389525. OLE color: 13389525.
HSL color Cylindrical-coordinate representation of color #D54ECC: hue angle of 304º 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 #D54ECC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 204 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.16 |
| HSL | 304º | 0.62% | 0.57% | - |
| HSV(B) | 304º | 0.63% | 0.84% | - |
| XYZ | 41.06 | 23.95 | 59.59 | - |
| YUV | 132.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 204 | 0 | 0.63 | 0.04 | 0.16 | 304 | 0.62 | 0.57 |
| Hex | D5 | 4E | CC | 0 | 3F | 4 | 10 | 130 | 3E | 39 |
| Octal | 325 | 116 | 314 | 0 | 77 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010101 | 1001110 | 11001100 | 0 | 111111 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D54ECC
Complementary color
Monochromatic Colors of #D54ECC
Black with #D54ECC
Text Example
Text Example
White with #D54ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ECC; }
p { color: rgb(213,78,204); }
H1.HeaderClassName
{
color: #D54ECC;
}
.AnyTagClassName
{
color: #D54ECC;
}
</style>
background-color css
<style>
a { background-color: #D54ECC; }
a { background-color: rgb(213,78,204); }
div.DivClassName
{
background-color: #D54ECC;
}
.BgClassName
{
background-color: #D54ECC;
}
</style>
border-color css
<style>
span { border-color: #D54ECC; }
span { border-color: rgb(213,78,204); }
td.TdClassName
{
border-color: #D54ECC;
}
.TagClassName
{
border-color: #D54ECC;
}
</style>