Html Css Color HEX #D54CCC Free Speech Magenta
📋 copy color: '#D54CCC'red 213 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #D54CCC
Tints of Free Speech Magenta #D54CCC
RGB
CMYK
RGB Variations
Color information
#D54CCC (or 0xD54CCC) is known color: Free Speech Magenta. HEX triplet: D5, 4C and CC. RGB value is (213,76,204). Sum of RGB (Red+Green+Blue) = 213+76+204=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CCC is #2AB333. Grayscale: #838383. Windows color (decimal): -2798388 or 13389013. OLE color: 13389013.
HSL color Cylindrical-coordinate representation of color #D54CCC: hue angle of 303.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54CCC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 204 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.16 |
| HSL | 303.94º | 0.62% | 0.57% | - |
| HSV(B) | 303.94º | 0.64% | 0.84% | - |
| XYZ | 40.92 | 23.67 | 59.54 | - |
| YUV | 131.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 204 | 0 | 0.64 | 0.04 | 0.16 | 303.94 | 0.62 | 0.57 |
| Hex | D5 | 4C | CC | 0 | 40 | 4 | 10 | 130 | 3E | 39 |
| Octal | 325 | 114 | 314 | 0 | 100 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010101 | 1001100 | 11001100 | 0 | 1000000 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D54CCC
Complementary color
Monochromatic Colors of #D54CCC
Black with #D54CCC
Text Example
Text Example
White with #D54CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CCC; }
p { color: rgb(213,76,204); }
H1.HeaderClassName
{
color: #D54CCC;
}
.AnyTagClassName
{
color: #D54CCC;
}
</style>
background-color css
<style>
a { background-color: #D54CCC; }
a { background-color: rgb(213,76,204); }
div.DivClassName
{
background-color: #D54CCC;
}
.BgClassName
{
background-color: #D54CCC;
}
</style>
border-color css
<style>
span { border-color: #D54CCC; }
span { border-color: rgb(213,76,204); }
td.TdClassName
{
border-color: #D54CCC;
}
.TagClassName
{
border-color: #D54CCC;
}
</style>