Html Css Color HEX #DB5FC5 Free Speech Magenta
📋 copy color: '#DB5FC5'red 219 ◦ green 95 ◦ blue 197
Shades of Free Speech Magenta #DB5FC5
Tints of Free Speech Magenta #DB5FC5
RGB
CMYK
RGB Variations
Color information
#DB5FC5 (or 0xDB5FC5) is known color: Free Speech Magenta. HEX triplet: DB, 5F and C5. RGB value is (219,95,197). Sum of RGB (Red+Green+Blue) = 219+95+197=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FC5 is #24A03A. Grayscale: #8F8F8F. Windows color (decimal): -2400315 or 12935131. OLE color: 12935131.
HSL color Cylindrical-coordinate representation of color #DB5FC5: hue angle of 310.65º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FC5 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 197 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.14 |
| HSL | 310.65º | 0.63% | 0.62% | - |
| HSV(B) | 310.65º | 0.57% | 0.86% | - |
| XYZ | 43.38 | 27.28 | 55.8 | - |
| YUV | 143.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 197 | 0 | 0.57 | 0.10 | 0.14 | 310.65 | 0.63 | 0.62 |
| Hex | DB | 5F | C5 | 0 | 39 | A | E | 137 | 3F | 3E |
| Octal | 333 | 137 | 305 | 0 | 71 | 12 | 16 | 467 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11000101 | 0 | 111001 | 1010 | 1110 | 100110111 | 111111 | 111110 |
Color Harmonies of #DB5FC5
Complementary color
Monochromatic Colors of #DB5FC5
Black with #DB5FC5
Text Example
Text Example
White with #DB5FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FC5; }
p { color: rgb(219,95,197); }
H1.HeaderClassName
{
color: #DB5FC5;
}
.AnyTagClassName
{
color: #DB5FC5;
}
</style>
background-color css
<style>
a { background-color: #DB5FC5; }
a { background-color: rgb(219,95,197); }
div.DivClassName
{
background-color: #DB5FC5;
}
.BgClassName
{
background-color: #DB5FC5;
}
</style>
border-color css
<style>
span { border-color: #DB5FC5; }
span { border-color: rgb(219,95,197); }
td.TdClassName
{
border-color: #DB5FC5;
}
.TagClassName
{
border-color: #DB5FC5;
}
</style>