Html Css Color HEX #D73FDB Free Speech Magenta
📋 copy color: '#D73FDB'red 215 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #D73FDB
Tints of Free Speech Magenta #D73FDB
RGB
CMYK
RGB Variations
Color information
#D73FDB (or 0xD73FDB) is known color: Free Speech Magenta. HEX triplet: D7, 3F and DB. RGB value is (215,63,219). Sum of RGB (Red+Green+Blue) = 215+63+219=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #D73FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FDB is #28C024. Grayscale: #7D7D7D. Windows color (decimal): -2670629 or 14368727. OLE color: 14368727.
HSL color Cylindrical-coordinate representation of color #D73FDB: hue angle of 298.46º 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 #D73FDB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 63 | 219 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.14 |
| HSL | 298.46º | 0.68% | 0.55% | - |
| HSV(B) | 298.46º | 0.71% | 0.86% | - |
| XYZ | 42.59 | 23.12 | 69.24 | - |
| YUV | 126.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 219 | 0.02 | 0.71 | 0 | 0.14 | 298.46 | 0.68 | 0.55 |
| Hex | D7 | 3F | DB | 2 | 47 | 0 | E | 12A | 44 | 37 |
| Octal | 327 | 77 | 333 | 2 | 107 | 0 | 16 | 452 | 104 | 67 |
| Binary | 11010111 | 111111 | 11011011 | 10 | 1000111 | 0 | 1110 | 100101010 | 1000100 | 110111 |
Color Harmonies of #D73FDB
Complementary color
Monochromatic Colors of #D73FDB
Black with #D73FDB
Text Example
Text Example
White with #D73FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FDB; }
p { color: rgb(215,63,219); }
H1.HeaderClassName
{
color: #D73FDB;
}
.AnyTagClassName
{
color: #D73FDB;
}
</style>
background-color css
<style>
a { background-color: #D73FDB; }
a { background-color: rgb(215,63,219); }
div.DivClassName
{
background-color: #D73FDB;
}
.BgClassName
{
background-color: #D73FDB;
}
</style>
border-color css
<style>
span { border-color: #D73FDB; }
span { border-color: rgb(215,63,219); }
td.TdClassName
{
border-color: #D73FDB;
}
.TagClassName
{
border-color: #D73FDB;
}
</style>