Html Css Color HEX #DB51CF Free Speech Magenta
📋 copy color: '#DB51CF'red 219 ◦ green 81 ◦ blue 207
Shades of Free Speech Magenta #DB51CF
Tints of Free Speech Magenta #DB51CF
RGB
CMYK
RGB Variations
Color information
#DB51CF (or 0xDB51CF) is known color: Free Speech Magenta. HEX triplet: DB, 51 and CF. RGB value is (219,81,207). Sum of RGB (Red+Green+Blue) = 219+81+207=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51CF is #24AE30. Grayscale: #888888. Windows color (decimal): -2403889 or 13586907. OLE color: 13586907.
HSL color Cylindrical-coordinate representation of color #DB51CF: hue angle of 305.22º 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 #DB51CF is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 207 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.14 |
| HSL | 305.22º | 0.66% | 0.59% | - |
| HSV(B) | 305.22º | 0.63% | 0.86% | - |
| XYZ | 43.42 | 25.45 | 61.66 | - |
| YUV | 136.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 207 | 0 | 0.63 | 0.05 | 0.14 | 305.22 | 0.66 | 0.59 |
| Hex | DB | 51 | CF | 0 | 3F | 5 | E | 131 | 42 | 3B |
| Octal | 333 | 121 | 317 | 0 | 77 | 5 | 16 | 461 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11001111 | 0 | 111111 | 101 | 1110 | 100110001 | 1000010 | 111011 |
Color Harmonies of #DB51CF
Complementary color
Monochromatic Colors of #DB51CF
Black with #DB51CF
Text Example
Text Example
White with #DB51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51CF; }
p { color: rgb(219,81,207); }
H1.HeaderClassName
{
color: #DB51CF;
}
.AnyTagClassName
{
color: #DB51CF;
}
</style>
background-color css
<style>
a { background-color: #DB51CF; }
a { background-color: rgb(219,81,207); }
div.DivClassName
{
background-color: #DB51CF;
}
.BgClassName
{
background-color: #DB51CF;
}
</style>
border-color css
<style>
span { border-color: #DB51CF; }
span { border-color: rgb(219,81,207); }
td.TdClassName
{
border-color: #DB51CF;
}
.TagClassName
{
border-color: #DB51CF;
}
</style>