Html Css Color HEX #DB51C2 Free Speech Magenta
📋 copy color: '#DB51C2'red 219 ◦ green 81 ◦ blue 194
Shades of Free Speech Magenta #DB51C2
Tints of Free Speech Magenta #DB51C2
RGB
CMYK
RGB Variations
Color information
#DB51C2 (or 0xDB51C2) is known color: Free Speech Magenta. HEX triplet: DB, 51 and C2. RGB value is (219,81,194). Sum of RGB (Red+Green+Blue) = 219+81+194=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51C2 is #24AE3D. Grayscale: #868686. Windows color (decimal): -2403902 or 12734939. OLE color: 12734939.
HSL color Cylindrical-coordinate representation of color #DB51C2: hue angle of 310.87º 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 #DB51C2 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 194 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.14 |
| HSL | 310.87º | 0.66% | 0.59% | - |
| HSV(B) | 310.87º | 0.63% | 0.86% | - |
| XYZ | 41.89 | 24.84 | 53.63 | - |
| YUV | 135.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 194 | 0 | 0.63 | 0.11 | 0.14 | 310.87 | 0.66 | 0.59 |
| Hex | DB | 51 | C2 | 0 | 3F | B | E | 137 | 42 | 3B |
| Octal | 333 | 121 | 302 | 0 | 77 | 13 | 16 | 467 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11000010 | 0 | 111111 | 1011 | 1110 | 100110111 | 1000010 | 111011 |
Color Harmonies of #DB51C2
Complementary color
Monochromatic Colors of #DB51C2
Black with #DB51C2
Text Example
Text Example
White with #DB51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51C2; }
p { color: rgb(219,81,194); }
H1.HeaderClassName
{
color: #DB51C2;
}
.AnyTagClassName
{
color: #DB51C2;
}
</style>
background-color css
<style>
a { background-color: #DB51C2; }
a { background-color: rgb(219,81,194); }
div.DivClassName
{
background-color: #DB51C2;
}
.BgClassName
{
background-color: #DB51C2;
}
</style>
border-color css
<style>
span { border-color: #DB51C2; }
span { border-color: rgb(219,81,194); }
td.TdClassName
{
border-color: #DB51C2;
}
.TagClassName
{
border-color: #DB51C2;
}
</style>