Html Css Color HEX #DB43D2 Free Speech Magenta
📋 copy color: '#DB43D2'red 219 ◦ green 67 ◦ blue 210
Shades of Free Speech Magenta #DB43D2
Tints of Free Speech Magenta #DB43D2
RGB
CMYK
RGB Variations
Color information
#DB43D2 (or 0xDB43D2) is known color: Free Speech Magenta. HEX triplet: DB, 43 and D2. RGB value is (219,67,210). Sum of RGB (Red+Green+Blue) = 219+67+210=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43D2 is #24BC2D. Grayscale: #808080. Windows color (decimal): -2407470 or 13779931. OLE color: 13779931.
HSL color Cylindrical-coordinate representation of color #DB43D2: hue angle of 303.55º 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 #DB43D2 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 210 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.14 |
| HSL | 303.55º | 0.68% | 0.56% | - |
| HSV(B) | 303.55º | 0.69% | 0.86% | - |
| XYZ | 42.85 | 23.73 | 63.29 | - |
| YUV | 128.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 210 | 0 | 0.69 | 0.04 | 0.14 | 303.55 | 0.68 | 0.56 |
| Hex | DB | 43 | D2 | 0 | 45 | 4 | E | 130 | 44 | 38 |
| Octal | 333 | 103 | 322 | 0 | 105 | 4 | 16 | 460 | 104 | 70 |
| Binary | 11011011 | 1000011 | 11010010 | 0 | 1000101 | 100 | 1110 | 100110000 | 1000100 | 111000 |
Color Harmonies of #DB43D2
Complementary color
Monochromatic Colors of #DB43D2
Black with #DB43D2
Text Example
Text Example
White with #DB43D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43D2; }
p { color: rgb(219,67,210); }
H1.HeaderClassName
{
color: #DB43D2;
}
.AnyTagClassName
{
color: #DB43D2;
}
</style>
background-color css
<style>
a { background-color: #DB43D2; }
a { background-color: rgb(219,67,210); }
div.DivClassName
{
background-color: #DB43D2;
}
.BgClassName
{
background-color: #DB43D2;
}
</style>
border-color css
<style>
span { border-color: #DB43D2; }
span { border-color: rgb(219,67,210); }
td.TdClassName
{
border-color: #DB43D2;
}
.TagClassName
{
border-color: #DB43D2;
}
</style>