Html Css Color HEX #D43FDB Free Speech Magenta
📋 copy color: '#D43FDB'red 212 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #D43FDB
Tints of Free Speech Magenta #D43FDB
RGB
CMYK
RGB Variations
Color information
#D43FDB (or 0xD43FDB) is known color: Free Speech Magenta. HEX triplet: D4, 3F and DB. RGB value is (212,63,219). Sum of RGB (Red+Green+Blue) = 212+63+219=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 63 (25% from 255 or 12.75% 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 #D43FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FDB is #2BC024. Grayscale: #7C7C7C. Windows color (decimal): -2867237 or 14368724. OLE color: 14368724.
HSL color Cylindrical-coordinate representation of color #D43FDB: hue angle of 297.31º 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 #D43FDB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 63 | 219 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.14 |
| HSL | 297.31º | 0.68% | 0.55% | - |
| HSV(B) | 297.31º | 0.71% | 0.86% | - |
| XYZ | 41.72 | 22.67 | 69.19 | - |
| YUV | 125.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 219 | 0.03 | 0.71 | 0 | 0.14 | 297.31 | 0.68 | 0.55 |
| Hex | D4 | 3F | DB | 3 | 47 | 0 | E | 129 | 44 | 37 |
| Octal | 324 | 77 | 333 | 3 | 107 | 0 | 16 | 451 | 104 | 67 |
| Binary | 11010100 | 111111 | 11011011 | 11 | 1000111 | 0 | 1110 | 100101001 | 1000100 | 110111 |
Color Harmonies of #D43FDB
Complementary color
Monochromatic Colors of #D43FDB
Black with #D43FDB
Text Example
Text Example
White with #D43FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FDB; }
p { color: rgb(212,63,219); }
H1.HeaderClassName
{
color: #D43FDB;
}
.AnyTagClassName
{
color: #D43FDB;
}
</style>
background-color css
<style>
a { background-color: #D43FDB; }
a { background-color: rgb(212,63,219); }
div.DivClassName
{
background-color: #D43FDB;
}
.BgClassName
{
background-color: #D43FDB;
}
</style>
border-color css
<style>
span { border-color: #D43FDB; }
span { border-color: rgb(212,63,219); }
td.TdClassName
{
border-color: #D43FDB;
}
.TagClassName
{
border-color: #D43FDB;
}
</style>