Html Css Color HEX #DB41CF Free Speech Magenta
📋 copy color: '#DB41CF'red 219 ◦ green 65 ◦ blue 207
Shades of Free Speech Magenta #DB41CF
Tints of Free Speech Magenta #DB41CF
RGB
CMYK
RGB Variations
Color information
#DB41CF (or 0xDB41CF) is known color: Free Speech Magenta. HEX triplet: DB, 41 and CF. RGB value is (219,65,207). Sum of RGB (Red+Green+Blue) = 219+65+207=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41CF is #24BE30. Grayscale: #7E7E7E. Windows color (decimal): -2407985 or 13582811. OLE color: 13582811.
HSL color Cylindrical-coordinate representation of color #DB41CF: hue angle of 304.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41CF is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 207 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.14 |
| HSL | 304.68º | 0.68% | 0.56% | - |
| HSV(B) | 304.68º | 0.7% | 0.86% | - |
| XYZ | 42.37 | 23.35 | 61.3 | - |
| YUV | 127.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 207 | 0 | 0.70 | 0.05 | 0.14 | 304.68 | 0.68 | 0.56 |
| Hex | DB | 41 | CF | 0 | 46 | 5 | E | 131 | 44 | 38 |
| Octal | 333 | 101 | 317 | 0 | 106 | 5 | 16 | 461 | 104 | 70 |
| Binary | 11011011 | 1000001 | 11001111 | 0 | 1000110 | 101 | 1110 | 100110001 | 1000100 | 111000 |
Color Harmonies of #DB41CF
Complementary color
Monochromatic Colors of #DB41CF
Black with #DB41CF
Text Example
Text Example
White with #DB41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41CF; }
p { color: rgb(219,65,207); }
H1.HeaderClassName
{
color: #DB41CF;
}
.AnyTagClassName
{
color: #DB41CF;
}
</style>
background-color css
<style>
a { background-color: #DB41CF; }
a { background-color: rgb(219,65,207); }
div.DivClassName
{
background-color: #DB41CF;
}
.BgClassName
{
background-color: #DB41CF;
}
</style>
border-color css
<style>
span { border-color: #DB41CF; }
span { border-color: rgb(219,65,207); }
td.TdClassName
{
border-color: #DB41CF;
}
.TagClassName
{
border-color: #DB41CF;
}
</style>