Html Css Color HEX #D54CEC Free Speech Magenta
📋 copy color: '#D54CEC'red 213 ◦ green 76 ◦ blue 236
Shades of Free Speech Magenta #D54CEC
Tints of Free Speech Magenta #D54CEC
RGB
CMYK
RGB Variations
Color information
#D54CEC (or 0xD54CEC) is known color: Free Speech Magenta. HEX triplet: D5, 4C and EC. RGB value is (213,76,236). Sum of RGB (Red+Green+Blue) = 213+76+236=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #D54CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CEC is #2AB313. Grayscale: #868686. Windows color (decimal): -2798356 or 15486165. OLE color: 15486165.
HSL color Cylindrical-coordinate representation of color #D54CEC: hue angle of 291.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54CEC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 76 | 236 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.07 |
| HSL | 291.38º | 0.81% | 0.61% | - |
| HSV(B) | 291.38º | 0.68% | 0.93% | - |
| XYZ | 45.17 | 25.37 | 81.87 | - |
| YUV | 135.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 236 | 0.10 | 0.68 | 0 | 0.07 | 291.38 | 0.81 | 0.61 |
| Hex | D5 | 4C | EC | A | 44 | 0 | 7 | 123 | 51 | 3D |
| Octal | 325 | 114 | 354 | 12 | 104 | 0 | 7 | 443 | 121 | 75 |
| Binary | 11010101 | 1001100 | 11101100 | 1010 | 1000100 | 0 | 111 | 100100011 | 1010001 | 111101 |
Color Harmonies of #D54CEC
Complementary color
Monochromatic Colors of #D54CEC
Black with #D54CEC
Text Example
Text Example
White with #D54CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CEC; }
p { color: rgb(213,76,236); }
H1.HeaderClassName
{
color: #D54CEC;
}
.AnyTagClassName
{
color: #D54CEC;
}
</style>
background-color css
<style>
a { background-color: #D54CEC; }
a { background-color: rgb(213,76,236); }
div.DivClassName
{
background-color: #D54CEC;
}
.BgClassName
{
background-color: #D54CEC;
}
</style>
border-color css
<style>
span { border-color: #D54CEC; }
span { border-color: rgb(213,76,236); }
td.TdClassName
{
border-color: #D54CEC;
}
.TagClassName
{
border-color: #D54CEC;
}
</style>