Html Css Color HEX #DB44CB Free Speech Magenta
📋 copy color: '#DB44CB'red 219 ◦ green 68 ◦ blue 203
Shades of Free Speech Magenta #DB44CB
Tints of Free Speech Magenta #DB44CB
RGB
CMYK
RGB Variations
Color information
#DB44CB (or 0xDB44CB) is known color: Free Speech Magenta. HEX triplet: DB, 44 and CB. RGB value is (219,68,203). Sum of RGB (Red+Green+Blue) = 219+68+203=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44CB is #24BB34. Grayscale: #808080. Windows color (decimal): -2407221 or 13321435. OLE color: 13321435.
HSL color Cylindrical-coordinate representation of color #DB44CB: hue angle of 306.36º 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 #DB44CB is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 203 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.14 |
| HSL | 306.36º | 0.68% | 0.56% | - |
| HSV(B) | 306.36º | 0.69% | 0.86% | - |
| XYZ | 42.06 | 23.51 | 58.82 | - |
| YUV | 128.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 203 | 0 | 0.69 | 0.07 | 0.14 | 306.36 | 0.68 | 0.56 |
| Hex | DB | 44 | CB | 0 | 45 | 7 | E | 132 | 44 | 38 |
| Octal | 333 | 104 | 313 | 0 | 105 | 7 | 16 | 462 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11001011 | 0 | 1000101 | 111 | 1110 | 100110010 | 1000100 | 111000 |
Color Harmonies of #DB44CB
Complementary color
Monochromatic Colors of #DB44CB
Black with #DB44CB
Text Example
Text Example
White with #DB44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44CB; }
p { color: rgb(219,68,203); }
H1.HeaderClassName
{
color: #DB44CB;
}
.AnyTagClassName
{
color: #DB44CB;
}
</style>
background-color css
<style>
a { background-color: #DB44CB; }
a { background-color: rgb(219,68,203); }
div.DivClassName
{
background-color: #DB44CB;
}
.BgClassName
{
background-color: #DB44CB;
}
</style>
border-color css
<style>
span { border-color: #DB44CB; }
span { border-color: rgb(219,68,203); }
td.TdClassName
{
border-color: #DB44CB;
}
.TagClassName
{
border-color: #DB44CB;
}
</style>