Html Css Color HEX #D43BDB Free Speech Magenta
📋 copy color: '#D43BDB'red 212 ◦ green 59 ◦ blue 219
Shades of Free Speech Magenta #D43BDB
Tints of Free Speech Magenta #D43BDB
RGB
CMYK
RGB Variations
Color information
#D43BDB (or 0xD43BDB) is known color: Free Speech Magenta. HEX triplet: D4, 3B and DB. RGB value is (212,59,219). Sum of RGB (Red+Green+Blue) = 212+59+219=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D43BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BDB is #2BC424. Grayscale: #7A7A7A. Windows color (decimal): -2868261 or 14367700. OLE color: 14367700.
HSL color Cylindrical-coordinate representation of color #D43BDB: hue angle of 297.38º 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 #D43BDB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 59 | 219 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.14 |
| HSL | 297.38º | 0.69% | 0.55% | - |
| HSV(B) | 297.38º | 0.73% | 0.86% | - |
| XYZ | 41.5 | 22.24 | 69.12 | - |
| YUV | 122.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 219 | 0.03 | 0.73 | 0 | 0.14 | 297.38 | 0.69 | 0.55 |
| Hex | D4 | 3B | DB | 3 | 49 | 0 | E | 129 | 45 | 37 |
| Octal | 324 | 73 | 333 | 3 | 111 | 0 | 16 | 451 | 105 | 67 |
| Binary | 11010100 | 111011 | 11011011 | 11 | 1001001 | 0 | 1110 | 100101001 | 1000101 | 110111 |
Color Harmonies of #D43BDB
Complementary color
Monochromatic Colors of #D43BDB
Black with #D43BDB
Text Example
Text Example
White with #D43BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BDB; }
p { color: rgb(212,59,219); }
H1.HeaderClassName
{
color: #D43BDB;
}
.AnyTagClassName
{
color: #D43BDB;
}
</style>
background-color css
<style>
a { background-color: #D43BDB; }
a { background-color: rgb(212,59,219); }
div.DivClassName
{
background-color: #D43BDB;
}
.BgClassName
{
background-color: #D43BDB;
}
</style>
border-color css
<style>
span { border-color: #D43BDB; }
span { border-color: rgb(212,59,219); }
td.TdClassName
{
border-color: #D43BDB;
}
.TagClassName
{
border-color: #D43BDB;
}
</style>