Html Css Color HEX #DB41CB Free Speech Magenta
📋 copy color: '#DB41CB'red 219 ◦ green 65 ◦ blue 203
Shades of Free Speech Magenta #DB41CB
Tints of Free Speech Magenta #DB41CB
RGB
CMYK
RGB Variations
Color information
#DB41CB (or 0xDB41CB) is known color: Free Speech Magenta. HEX triplet: DB, 41 and CB. RGB value is (219,65,203). Sum of RGB (Red+Green+Blue) = 219+65+203=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41CB is #24BE34. Grayscale: #7E7E7E. Windows color (decimal): -2407989 or 13320667. OLE color: 13320667.
HSL color Cylindrical-coordinate representation of color #DB41CB: hue angle of 306.23º 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 #DB41CB is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 203 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.14 |
| HSL | 306.23º | 0.68% | 0.56% | - |
| HSV(B) | 306.23º | 0.7% | 0.86% | - |
| XYZ | 41.88 | 23.15 | 58.76 | - |
| YUV | 126.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 203 | 0 | 0.70 | 0.07 | 0.14 | 306.23 | 0.68 | 0.56 |
| Hex | DB | 41 | CB | 0 | 46 | 7 | E | 132 | 44 | 38 |
| Octal | 333 | 101 | 313 | 0 | 106 | 7 | 16 | 462 | 104 | 70 |
| Binary | 11011011 | 1000001 | 11001011 | 0 | 1000110 | 111 | 1110 | 100110010 | 1000100 | 111000 |
Color Harmonies of #DB41CB
Complementary color
Monochromatic Colors of #DB41CB
Black with #DB41CB
Text Example
Text Example
White with #DB41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41CB; }
p { color: rgb(219,65,203); }
H1.HeaderClassName
{
color: #DB41CB;
}
.AnyTagClassName
{
color: #DB41CB;
}
</style>
background-color css
<style>
a { background-color: #DB41CB; }
a { background-color: rgb(219,65,203); }
div.DivClassName
{
background-color: #DB41CB;
}
.BgClassName
{
background-color: #DB41CB;
}
</style>
border-color css
<style>
span { border-color: #DB41CB; }
span { border-color: rgb(219,65,203); }
td.TdClassName
{
border-color: #DB41CB;
}
.TagClassName
{
border-color: #DB41CB;
}
</style>