Html Css Color HEX #DB51CA Free Speech Magenta
📋 copy color: '#DB51CA'red 219 ◦ green 81 ◦ blue 202
Shades of Free Speech Magenta #DB51CA
Tints of Free Speech Magenta #DB51CA
RGB
CMYK
RGB Variations
Color information
#DB51CA (or 0xDB51CA) is known color: Free Speech Magenta. HEX triplet: DB, 51 and CA. RGB value is (219,81,202). Sum of RGB (Red+Green+Blue) = 219+81+202=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51CA is #24AE35. Grayscale: #878787. Windows color (decimal): -2403894 or 13259227. OLE color: 13259227.
HSL color Cylindrical-coordinate representation of color #DB51CA: hue angle of 307.39º 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 #DB51CA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 202 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.14 |
| HSL | 307.39º | 0.66% | 0.59% | - |
| HSV(B) | 307.39º | 0.63% | 0.86% | - |
| XYZ | 42.82 | 25.21 | 58.49 | - |
| YUV | 136.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 202 | 0 | 0.63 | 0.08 | 0.14 | 307.39 | 0.66 | 0.59 |
| Hex | DB | 51 | CA | 0 | 3F | 8 | E | 133 | 42 | 3B |
| Octal | 333 | 121 | 312 | 0 | 77 | 10 | 16 | 463 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11001010 | 0 | 111111 | 1000 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DB51CA
Complementary color
Monochromatic Colors of #DB51CA
Black with #DB51CA
Text Example
Text Example
White with #DB51CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51CA; }
p { color: rgb(219,81,202); }
H1.HeaderClassName
{
color: #DB51CA;
}
.AnyTagClassName
{
color: #DB51CA;
}
</style>
background-color css
<style>
a { background-color: #DB51CA; }
a { background-color: rgb(219,81,202); }
div.DivClassName
{
background-color: #DB51CA;
}
.BgClassName
{
background-color: #DB51CA;
}
</style>
border-color css
<style>
span { border-color: #DB51CA; }
span { border-color: rgb(219,81,202); }
td.TdClassName
{
border-color: #DB51CA;
}
.TagClassName
{
border-color: #DB51CA;
}
</style>