Html Css Color HEX #DB51CB Free Speech Magenta
📋 copy color: '#DB51CB'red 219 ◦ green 81 ◦ blue 203
Shades of Free Speech Magenta #DB51CB
Tints of Free Speech Magenta #DB51CB
RGB
CMYK
RGB Variations
Color information
#DB51CB (or 0xDB51CB) is known color: Free Speech Magenta. HEX triplet: DB, 51 and CB. RGB value is (219,81,203). Sum of RGB (Red+Green+Blue) = 219+81+203=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51CB is #24AE34. Grayscale: #878787. Windows color (decimal): -2403893 or 13324763. OLE color: 13324763.
HSL color Cylindrical-coordinate representation of color #DB51CB: hue angle of 306.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB51CB is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 203 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.14 |
| HSL | 306.96º | 0.66% | 0.59% | - |
| HSV(B) | 306.96º | 0.63% | 0.86% | - |
| XYZ | 42.94 | 25.26 | 59.11 | - |
| YUV | 136.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 203 | 0 | 0.63 | 0.07 | 0.14 | 306.96 | 0.66 | 0.59 |
| Hex | DB | 51 | CB | 0 | 3F | 7 | E | 133 | 42 | 3B |
| Octal | 333 | 121 | 313 | 0 | 77 | 7 | 16 | 463 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11001011 | 0 | 111111 | 111 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DB51CB
Complementary color
Monochromatic Colors of #DB51CB
Black with #DB51CB
Text Example
Text Example
White with #DB51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51CB; }
p { color: rgb(219,81,203); }
H1.HeaderClassName
{
color: #DB51CB;
}
.AnyTagClassName
{
color: #DB51CB;
}
</style>
background-color css
<style>
a { background-color: #DB51CB; }
a { background-color: rgb(219,81,203); }
div.DivClassName
{
background-color: #DB51CB;
}
.BgClassName
{
background-color: #DB51CB;
}
</style>
border-color css
<style>
span { border-color: #DB51CB; }
span { border-color: rgb(219,81,203); }
td.TdClassName
{
border-color: #DB51CB;
}
.TagClassName
{
border-color: #DB51CB;
}
</style>