Html Css Color HEX #D53BED Free Speech Magenta
📋 copy color: '#D53BED'red 213 ◦ green 59 ◦ blue 237
Shades of Free Speech Magenta #D53BED
Tints of Free Speech Magenta #D53BED
RGB
CMYK
RGB Variations
Color information
#D53BED (or 0xD53BED) is known color: Free Speech Magenta. HEX triplet: D5, 3B and ED. RGB value is (213,59,237). Sum of RGB (Red+Green+Blue) = 213+59+237=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #D53BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53BED is #2AC412. Grayscale: #7C7C7C. Windows color (decimal): -2802707 or 15547349. OLE color: 15547349.
HSL color Cylindrical-coordinate representation of color #D53BED: hue angle of 291.91º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53BED is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 59 | 237 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.07 |
| HSL | 291.91º | 0.83% | 0.58% | - |
| HSV(B) | 291.91º | 0.75% | 0.93% | - |
| XYZ | 44.29 | 23.39 | 82.3 | - |
| YUV | 125.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 237 | 0.10 | 0.75 | 0 | 0.07 | 291.91 | 0.83 | 0.58 |
| Hex | D5 | 3B | ED | A | 4B | 0 | 7 | 124 | 53 | 3A |
| Octal | 325 | 73 | 355 | 12 | 113 | 0 | 7 | 444 | 123 | 72 |
| Binary | 11010101 | 111011 | 11101101 | 1010 | 1001011 | 0 | 111 | 100100100 | 1010011 | 111010 |
Color Harmonies of #D53BED
Complementary color
Monochromatic Colors of #D53BED
Black with #D53BED
Text Example
Text Example
White with #D53BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BED; }
p { color: rgb(213,59,237); }
H1.HeaderClassName
{
color: #D53BED;
}
.AnyTagClassName
{
color: #D53BED;
}
</style>
background-color css
<style>
a { background-color: #D53BED; }
a { background-color: rgb(213,59,237); }
div.DivClassName
{
background-color: #D53BED;
}
.BgClassName
{
background-color: #D53BED;
}
</style>
border-color css
<style>
span { border-color: #D53BED; }
span { border-color: rgb(213,59,237); }
td.TdClassName
{
border-color: #D53BED;
}
.TagClassName
{
border-color: #D53BED;
}
</style>