Html Css Color HEX #D54BED Free Speech Magenta
📋 copy color: '#D54BED'red 213 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #D54BED
Tints of Free Speech Magenta #D54BED
RGB
CMYK
RGB Variations
Color information
#D54BED (or 0xD54BED) is known color: Free Speech Magenta. HEX triplet: D5, 4B and ED. RGB value is (213,75,237). Sum of RGB (Red+Green+Blue) = 213+75+237=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D54BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BED is #2AB412. Grayscale: #868686. Windows color (decimal): -2798611 or 15551445. OLE color: 15551445.
HSL color Cylindrical-coordinate representation of color #D54BED: hue angle of 291.11º degrees, saturation: 0.82, 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 #D54BED is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 75 | 237 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.07 |
| HSL | 291.11º | 0.82% | 0.61% | - |
| HSV(B) | 291.11º | 0.68% | 0.93% | - |
| XYZ | 45.24 | 25.29 | 82.62 | - |
| YUV | 134.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 237 | 0.10 | 0.68 | 0 | 0.07 | 291.11 | 0.82 | 0.61 |
| Hex | D5 | 4B | ED | A | 44 | 0 | 7 | 123 | 52 | 3D |
| Octal | 325 | 113 | 355 | 12 | 104 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010101 | 1001011 | 11101101 | 1010 | 1000100 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D54BED
Complementary color
Monochromatic Colors of #D54BED
Black with #D54BED
Text Example
Text Example
White with #D54BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BED; }
p { color: rgb(213,75,237); }
H1.HeaderClassName
{
color: #D54BED;
}
.AnyTagClassName
{
color: #D54BED;
}
</style>
background-color css
<style>
a { background-color: #D54BED; }
a { background-color: rgb(213,75,237); }
div.DivClassName
{
background-color: #D54BED;
}
.BgClassName
{
background-color: #D54BED;
}
</style>
border-color css
<style>
span { border-color: #D54BED; }
span { border-color: rgb(213,75,237); }
td.TdClassName
{
border-color: #D54BED;
}
.TagClassName
{
border-color: #D54BED;
}
</style>