Html Css Color HEX #DB43C4 Free Speech Magenta
📋 copy color: '#DB43C4'red 219 ◦ green 67 ◦ blue 196
Shades of Free Speech Magenta #DB43C4
Tints of Free Speech Magenta #DB43C4
RGB
CMYK
RGB Variations
Color information
#DB43C4 (or 0xDB43C4) is known color: Free Speech Magenta. HEX triplet: DB, 43 and C4. RGB value is (219,67,196). Sum of RGB (Red+Green+Blue) = 219+67+196=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB43C4 is #24BC3B. Grayscale: #7E7E7E. Windows color (decimal): -2407484 or 12862427. OLE color: 12862427.
HSL color Cylindrical-coordinate representation of color #DB43C4: hue angle of 309.08º 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 #DB43C4 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 196 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.14 |
| HSL | 309.08º | 0.68% | 0.56% | - |
| HSV(B) | 309.08º | 0.69% | 0.86% | - |
| XYZ | 41.18 | 23.06 | 54.5 | - |
| YUV | 127.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 196 | 0 | 0.69 | 0.11 | 0.14 | 309.08 | 0.68 | 0.56 |
| Hex | DB | 43 | C4 | 0 | 45 | B | E | 135 | 44 | 38 |
| Octal | 333 | 103 | 304 | 0 | 105 | 13 | 16 | 465 | 104 | 70 |
| Binary | 11011011 | 1000011 | 11000100 | 0 | 1000101 | 1011 | 1110 | 100110101 | 1000100 | 111000 |
Color Harmonies of #DB43C4
Complementary color
Monochromatic Colors of #DB43C4
Black with #DB43C4
Text Example
Text Example
White with #DB43C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43C4; }
p { color: rgb(219,67,196); }
H1.HeaderClassName
{
color: #DB43C4;
}
.AnyTagClassName
{
color: #DB43C4;
}
</style>
background-color css
<style>
a { background-color: #DB43C4; }
a { background-color: rgb(219,67,196); }
div.DivClassName
{
background-color: #DB43C4;
}
.BgClassName
{
background-color: #DB43C4;
}
</style>
border-color css
<style>
span { border-color: #DB43C4; }
span { border-color: rgb(219,67,196); }
td.TdClassName
{
border-color: #DB43C4;
}
.TagClassName
{
border-color: #DB43C4;
}
</style>