Html Css Color HEX #D543DB Free Speech Magenta
📋 copy color: '#D543DB'red 213 ◦ green 67 ◦ blue 219
Shades of Free Speech Magenta #D543DB
Tints of Free Speech Magenta #D543DB
RGB
CMYK
RGB Variations
Color information
#D543DB (or 0xD543DB) is known color: Free Speech Magenta. HEX triplet: D5, 43 and DB. RGB value is (213,67,219). Sum of RGB (Red+Green+Blue) = 213+67+219=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #D543DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543DB is #2ABC24. Grayscale: #7F7F7F. Windows color (decimal): -2800677 or 14369749. OLE color: 14369749.
HSL color Cylindrical-coordinate representation of color #D543DB: hue angle of 297.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D543DB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 67 | 219 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.14 |
| HSL | 297.63º | 0.68% | 0.56% | - |
| HSV(B) | 297.63º | 0.69% | 0.86% | - |
| XYZ | 42.23 | 23.27 | 69.28 | - |
| YUV | 127.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 219 | 0.03 | 0.69 | 0 | 0.14 | 297.63 | 0.68 | 0.56 |
| Hex | D5 | 43 | DB | 3 | 45 | 0 | E | 12A | 44 | 38 |
| Octal | 325 | 103 | 333 | 3 | 105 | 0 | 16 | 452 | 104 | 70 |
| Binary | 11010101 | 1000011 | 11011011 | 11 | 1000101 | 0 | 1110 | 100101010 | 1000100 | 111000 |
Color Harmonies of #D543DB
Complementary color
Monochromatic Colors of #D543DB
Black with #D543DB
Text Example
Text Example
White with #D543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D543DB; }
p { color: rgb(213,67,219); }
H1.HeaderClassName
{
color: #D543DB;
}
.AnyTagClassName
{
color: #D543DB;
}
</style>
background-color css
<style>
a { background-color: #D543DB; }
a { background-color: rgb(213,67,219); }
div.DivClassName
{
background-color: #D543DB;
}
.BgClassName
{
background-color: #D543DB;
}
</style>
border-color css
<style>
span { border-color: #D543DB; }
span { border-color: rgb(213,67,219); }
td.TdClassName
{
border-color: #D543DB;
}
.TagClassName
{
border-color: #D543DB;
}
</style>