Html Css Color HEX #D54BDC Free Speech Magenta
📋 copy color: '#D54BDC'red 213 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #D54BDC
Tints of Free Speech Magenta #D54BDC
RGB
CMYK
RGB Variations
Color information
#D54BDC (or 0xD54BDC) is known color: Free Speech Magenta. HEX triplet: D5, 4B and DC. RGB value is (213,75,220). Sum of RGB (Red+Green+Blue) = 213+75+220=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #D54BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BDC is #2AB423. Grayscale: #848484. Windows color (decimal): -2798628 or 14437333. OLE color: 14437333.
HSL color Cylindrical-coordinate representation of color #D54BDC: hue angle of 297.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54BDC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 75 | 220 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.14 |
| HSL | 297.1º | 0.67% | 0.58% | - |
| HSV(B) | 297.1º | 0.66% | 0.86% | - |
| XYZ | 42.87 | 24.35 | 70.15 | - |
| YUV | 132.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 220 | 0.03 | 0.66 | 0 | 0.14 | 297.1 | 0.67 | 0.58 |
| Hex | D5 | 4B | DC | 3 | 42 | 0 | E | 129 | 43 | 3A |
| Octal | 325 | 113 | 334 | 3 | 102 | 0 | 16 | 451 | 103 | 72 |
| Binary | 11010101 | 1001011 | 11011100 | 11 | 1000010 | 0 | 1110 | 100101001 | 1000011 | 111010 |
Color Harmonies of #D54BDC
Complementary color
Monochromatic Colors of #D54BDC
Black with #D54BDC
Text Example
Text Example
White with #D54BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BDC; }
p { color: rgb(213,75,220); }
H1.HeaderClassName
{
color: #D54BDC;
}
.AnyTagClassName
{
color: #D54BDC;
}
</style>
background-color css
<style>
a { background-color: #D54BDC; }
a { background-color: rgb(213,75,220); }
div.DivClassName
{
background-color: #D54BDC;
}
.BgClassName
{
background-color: #D54BDC;
}
</style>
border-color css
<style>
span { border-color: #D54BDC; }
span { border-color: rgb(213,75,220); }
td.TdClassName
{
border-color: #D54BDC;
}
.TagClassName
{
border-color: #D54BDC;
}
</style>