Html Css Color HEX #DB43D0 Free Speech Magenta
📋 copy color: '#DB43D0'red 219 ◦ green 67 ◦ blue 208
Shades of Free Speech Magenta #DB43D0
Tints of Free Speech Magenta #DB43D0
RGB
CMYK
RGB Variations
Color information
#DB43D0 (or 0xDB43D0) is known color: Free Speech Magenta. HEX triplet: DB, 43 and D0. RGB value is (219,67,208). Sum of RGB (Red+Green+Blue) = 219+67+208=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43D0 is #24BC2F. Grayscale: #808080. Windows color (decimal): -2407472 or 13648859. OLE color: 13648859.
HSL color Cylindrical-coordinate representation of color #DB43D0: hue angle of 304.34º 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 #DB43D0 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 208 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.14 |
| HSL | 304.34º | 0.68% | 0.56% | - |
| HSV(B) | 304.34º | 0.69% | 0.86% | - |
| XYZ | 42.61 | 23.63 | 61.99 | - |
| YUV | 128.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 208 | 0 | 0.69 | 0.05 | 0.14 | 304.34 | 0.68 | 0.56 |
| Hex | DB | 43 | D0 | 0 | 45 | 5 | E | 130 | 44 | 38 |
| Octal | 333 | 103 | 320 | 0 | 105 | 5 | 16 | 460 | 104 | 70 |
| Binary | 11011011 | 1000011 | 11010000 | 0 | 1000101 | 101 | 1110 | 100110000 | 1000100 | 111000 |
Color Harmonies of #DB43D0
Complementary color
Monochromatic Colors of #DB43D0
Black with #DB43D0
Text Example
Text Example
White with #DB43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43D0; }
p { color: rgb(219,67,208); }
H1.HeaderClassName
{
color: #DB43D0;
}
.AnyTagClassName
{
color: #DB43D0;
}
</style>
background-color css
<style>
a { background-color: #DB43D0; }
a { background-color: rgb(219,67,208); }
div.DivClassName
{
background-color: #DB43D0;
}
.BgClassName
{
background-color: #DB43D0;
}
</style>
border-color css
<style>
span { border-color: #DB43D0; }
span { border-color: rgb(219,67,208); }
td.TdClassName
{
border-color: #DB43D0;
}
.TagClassName
{
border-color: #DB43D0;
}
</style>