Html Css Color HEX #D53BDB Free Speech Magenta
📋 copy color: '#D53BDB'red 213 ◦ green 59 ◦ blue 219
Shades of Free Speech Magenta #D53BDB
Tints of Free Speech Magenta #D53BDB
RGB
CMYK
RGB Variations
Color information
#D53BDB (or 0xD53BDB) is known color: Free Speech Magenta. HEX triplet: D5, 3B and DB. RGB value is (213,59,219). Sum of RGB (Red+Green+Blue) = 213+59+219=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D53BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BDB is #2AC424. Grayscale: #7A7A7A. Windows color (decimal): -2802725 or 14367701. OLE color: 14367701.
HSL color Cylindrical-coordinate representation of color #D53BDB: hue angle of 297.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53BDB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 59 | 219 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.14 |
| HSL | 297.75º | 0.69% | 0.55% | - |
| HSV(B) | 297.75º | 0.73% | 0.86% | - |
| XYZ | 41.79 | 22.39 | 69.14 | - |
| YUV | 123.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 219 | 0.03 | 0.73 | 0 | 0.14 | 297.75 | 0.69 | 0.55 |
| Hex | D5 | 3B | DB | 3 | 49 | 0 | E | 12A | 45 | 37 |
| Octal | 325 | 73 | 333 | 3 | 111 | 0 | 16 | 452 | 105 | 67 |
| Binary | 11010101 | 111011 | 11011011 | 11 | 1001001 | 0 | 1110 | 100101010 | 1000101 | 110111 |
Color Harmonies of #D53BDB
Complementary color
Monochromatic Colors of #D53BDB
Black with #D53BDB
Text Example
Text Example
White with #D53BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BDB; }
p { color: rgb(213,59,219); }
H1.HeaderClassName
{
color: #D53BDB;
}
.AnyTagClassName
{
color: #D53BDB;
}
</style>
background-color css
<style>
a { background-color: #D53BDB; }
a { background-color: rgb(213,59,219); }
div.DivClassName
{
background-color: #D53BDB;
}
.BgClassName
{
background-color: #D53BDB;
}
</style>
border-color css
<style>
span { border-color: #D53BDB; }
span { border-color: rgb(213,59,219); }
td.TdClassName
{
border-color: #D53BDB;
}
.TagClassName
{
border-color: #D53BDB;
}
</style>