Html Css Color HEX #D53EDB Free Speech Magenta
📋 copy color: '#D53EDB'red 213 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #D53EDB
Tints of Free Speech Magenta #D53EDB
RGB
CMYK
RGB Variations
Color information
#D53EDB (or 0xD53EDB) is known color: Free Speech Magenta. HEX triplet: D5, 3E and DB. RGB value is (213,62,219). Sum of RGB (Red+Green+Blue) = 213+62+219=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D53EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EDB is #2AC124. Grayscale: #7C7C7C. Windows color (decimal): -2801957 or 14368469. OLE color: 14368469.
HSL color Cylindrical-coordinate representation of color #D53EDB: hue angle of 297.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53EDB is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 62 | 219 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.14 |
| HSL | 297.71º | 0.69% | 0.55% | - |
| HSV(B) | 297.71º | 0.72% | 0.86% | - |
| XYZ | 41.95 | 22.71 | 69.19 | - |
| YUV | 125.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 219 | 0.03 | 0.72 | 0 | 0.14 | 297.71 | 0.69 | 0.55 |
| Hex | D5 | 3E | DB | 3 | 48 | 0 | E | 12A | 45 | 37 |
| Octal | 325 | 76 | 333 | 3 | 110 | 0 | 16 | 452 | 105 | 67 |
| Binary | 11010101 | 111110 | 11011011 | 11 | 1001000 | 0 | 1110 | 100101010 | 1000101 | 110111 |
Color Harmonies of #D53EDB
Complementary color
Monochromatic Colors of #D53EDB
Black with #D53EDB
Text Example
Text Example
White with #D53EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EDB; }
p { color: rgb(213,62,219); }
H1.HeaderClassName
{
color: #D53EDB;
}
.AnyTagClassName
{
color: #D53EDB;
}
</style>
background-color css
<style>
a { background-color: #D53EDB; }
a { background-color: rgb(213,62,219); }
div.DivClassName
{
background-color: #D53EDB;
}
.BgClassName
{
background-color: #D53EDB;
}
</style>
border-color css
<style>
span { border-color: #D53EDB; }
span { border-color: rgb(213,62,219); }
td.TdClassName
{
border-color: #D53EDB;
}
.TagClassName
{
border-color: #D53EDB;
}
</style>