Html Css Color HEX #DB43D1 Free Speech Magenta
📋 copy color: '#DB43D1'red 219 ◦ green 67 ◦ blue 209
Shades of Free Speech Magenta #DB43D1
Tints of Free Speech Magenta #DB43D1
RGB
CMYK
RGB Variations
Color information
#DB43D1 (or 0xDB43D1) is known color: Free Speech Magenta. HEX triplet: DB, 43 and D1. RGB value is (219,67,209). Sum of RGB (Red+Green+Blue) = 219+67+209=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43D1 is #24BC2E. Grayscale: #808080. Windows color (decimal): -2407471 or 13714395. OLE color: 13714395.
HSL color Cylindrical-coordinate representation of color #DB43D1: hue angle of 303.95º 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 #DB43D1 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 209 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.14 |
| HSL | 303.95º | 0.68% | 0.56% | - |
| HSV(B) | 303.95º | 0.69% | 0.86% | - |
| XYZ | 42.73 | 23.68 | 62.64 | - |
| YUV | 128.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 209 | 0 | 0.69 | 0.05 | 0.14 | 303.95 | 0.68 | 0.56 |
| Hex | DB | 43 | D1 | 0 | 45 | 5 | E | 130 | 44 | 38 |
| Octal | 333 | 103 | 321 | 0 | 105 | 5 | 16 | 460 | 104 | 70 |
| Binary | 11011011 | 1000011 | 11010001 | 0 | 1000101 | 101 | 1110 | 100110000 | 1000100 | 111000 |
Color Harmonies of #DB43D1
Complementary color
Monochromatic Colors of #DB43D1
Black with #DB43D1
Text Example
Text Example
White with #DB43D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43D1; }
p { color: rgb(219,67,209); }
H1.HeaderClassName
{
color: #DB43D1;
}
.AnyTagClassName
{
color: #DB43D1;
}
</style>
background-color css
<style>
a { background-color: #DB43D1; }
a { background-color: rgb(219,67,209); }
div.DivClassName
{
background-color: #DB43D1;
}
.BgClassName
{
background-color: #DB43D1;
}
</style>
border-color css
<style>
span { border-color: #DB43D1; }
span { border-color: rgb(219,67,209); }
td.TdClassName
{
border-color: #DB43D1;
}
.TagClassName
{
border-color: #DB43D1;
}
</style>