Html Css Color HEX #D53FDB Free Speech Magenta
📋 copy color: '#D53FDB'red 213 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #D53FDB
Tints of Free Speech Magenta #D53FDB
RGB
CMYK
RGB Variations
Color information
#D53FDB (or 0xD53FDB) is known color: Free Speech Magenta. HEX triplet: D5, 3F and DB. RGB value is (213,63,219). Sum of RGB (Red+Green+Blue) = 213+63+219=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #D53FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FDB is #2AC024. Grayscale: #7D7D7D. Windows color (decimal): -2801701 or 14368725. OLE color: 14368725.
HSL color Cylindrical-coordinate representation of color #D53FDB: hue angle of 297.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53FDB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 63 | 219 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.14 |
| HSL | 297.69º | 0.68% | 0.55% | - |
| HSV(B) | 297.69º | 0.71% | 0.86% | - |
| XYZ | 42 | 22.82 | 69.21 | - |
| YUV | 125.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 219 | 0.03 | 0.71 | 0 | 0.14 | 297.69 | 0.68 | 0.55 |
| Hex | D5 | 3F | DB | 3 | 47 | 0 | E | 12A | 44 | 37 |
| Octal | 325 | 77 | 333 | 3 | 107 | 0 | 16 | 452 | 104 | 67 |
| Binary | 11010101 | 111111 | 11011011 | 11 | 1000111 | 0 | 1110 | 100101010 | 1000100 | 110111 |
Color Harmonies of #D53FDB
Complementary color
Monochromatic Colors of #D53FDB
Black with #D53FDB
Text Example
Text Example
White with #D53FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53FDB; }
p { color: rgb(213,63,219); }
H1.HeaderClassName
{
color: #D53FDB;
}
.AnyTagClassName
{
color: #D53FDB;
}
</style>
background-color css
<style>
a { background-color: #D53FDB; }
a { background-color: rgb(213,63,219); }
div.DivClassName
{
background-color: #D53FDB;
}
.BgClassName
{
background-color: #D53FDB;
}
</style>
border-color css
<style>
span { border-color: #D53FDB; }
span { border-color: rgb(213,63,219); }
td.TdClassName
{
border-color: #D53FDB;
}
.TagClassName
{
border-color: #D53FDB;
}
</style>