Html Css Color HEX #D54BDF Free Speech Magenta
📋 copy color: '#D54BDF'red 213 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #D54BDF
Tints of Free Speech Magenta #D54BDF
RGB
CMYK
RGB Variations
Color information
#D54BDF (or 0xD54BDF) is known color: Free Speech Magenta. HEX triplet: D5, 4B and DF. RGB value is (213,75,223). Sum of RGB (Red+Green+Blue) = 213+75+223=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #D54BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BDF is #2AB420. Grayscale: #848484. Windows color (decimal): -2798625 or 14633941. OLE color: 14633941.
HSL color Cylindrical-coordinate representation of color #D54BDF: hue angle of 295.95º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54BDF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 75 | 223 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.13 |
| HSL | 295.95º | 0.7% | 0.58% | - |
| HSV(B) | 295.95º | 0.66% | 0.87% | - |
| XYZ | 43.28 | 24.51 | 72.26 | - |
| YUV | 133.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 223 | 0.04 | 0.66 | 0 | 0.13 | 295.95 | 0.7 | 0.58 |
| Hex | D5 | 4B | DF | 4 | 42 | 0 | D | 128 | 46 | 3A |
| Octal | 325 | 113 | 337 | 4 | 102 | 0 | 15 | 450 | 106 | 72 |
| Binary | 11010101 | 1001011 | 11011111 | 100 | 1000010 | 0 | 1101 | 100101000 | 1000110 | 111010 |
Color Harmonies of #D54BDF
Complementary color
Monochromatic Colors of #D54BDF
Black with #D54BDF
Text Example
Text Example
White with #D54BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BDF; }
p { color: rgb(213,75,223); }
H1.HeaderClassName
{
color: #D54BDF;
}
.AnyTagClassName
{
color: #D54BDF;
}
</style>
background-color css
<style>
a { background-color: #D54BDF; }
a { background-color: rgb(213,75,223); }
div.DivClassName
{
background-color: #D54BDF;
}
.BgClassName
{
background-color: #D54BDF;
}
</style>
border-color css
<style>
span { border-color: #D54BDF; }
span { border-color: rgb(213,75,223); }
td.TdClassName
{
border-color: #D54BDF;
}
.TagClassName
{
border-color: #D54BDF;
}
</style>