Html Css Color HEX #DB43D5 Free Speech Magenta
📋 copy color: '#DB43D5'red 219 ◦ green 67 ◦ blue 213
Shades of Free Speech Magenta #DB43D5
Tints of Free Speech Magenta #DB43D5
RGB
CMYK
RGB Variations
Color information
#DB43D5 (or 0xDB43D5) is known color: Free Speech Magenta. HEX triplet: DB, 43 and D5. RGB value is (219,67,213). Sum of RGB (Red+Green+Blue) = 219+67+213=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43D5 is #24BC2A. Grayscale: #808080. Windows color (decimal): -2407467 or 13976539. OLE color: 13976539.
HSL color Cylindrical-coordinate representation of color #DB43D5: hue angle of 302.37º 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 #DB43D5 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 213 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.14 |
| HSL | 302.37º | 0.68% | 0.56% | - |
| HSV(B) | 302.37º | 0.69% | 0.86% | - |
| XYZ | 43.23 | 23.88 | 65.28 | - |
| YUV | 129.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 213 | 0 | 0.69 | 0.03 | 0.14 | 302.37 | 0.68 | 0.56 |
| Hex | DB | 43 | D5 | 0 | 45 | 3 | E | 12E | 44 | 38 |
| Octal | 333 | 103 | 325 | 0 | 105 | 3 | 16 | 456 | 104 | 70 |
| Binary | 11011011 | 1000011 | 11010101 | 0 | 1000101 | 11 | 1110 | 100101110 | 1000100 | 111000 |
Color Harmonies of #DB43D5
Complementary color
Monochromatic Colors of #DB43D5
Black with #DB43D5
Text Example
Text Example
White with #DB43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43D5; }
p { color: rgb(219,67,213); }
H1.HeaderClassName
{
color: #DB43D5;
}
.AnyTagClassName
{
color: #DB43D5;
}
</style>
background-color css
<style>
a { background-color: #DB43D5; }
a { background-color: rgb(219,67,213); }
div.DivClassName
{
background-color: #DB43D5;
}
.BgClassName
{
background-color: #DB43D5;
}
</style>
border-color css
<style>
span { border-color: #DB43D5; }
span { border-color: rgb(219,67,213); }
td.TdClassName
{
border-color: #DB43D5;
}
.TagClassName
{
border-color: #DB43D5;
}
</style>