Html Css Color HEX #DB5FC1 Free Speech Magenta
📋 copy color: '#DB5FC1'red 219 ◦ green 95 ◦ blue 193
Shades of Free Speech Magenta #DB5FC1
Tints of Free Speech Magenta #DB5FC1
RGB
CMYK
RGB Variations
Color information
#DB5FC1 (or 0xDB5FC1) is known color: Free Speech Magenta. HEX triplet: DB, 5F and C1. RGB value is (219,95,193). Sum of RGB (Red+Green+Blue) = 219+95+193=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FC1 is #24A03E. Grayscale: #8E8E8E. Windows color (decimal): -2400319 or 12672987. OLE color: 12672987.
HSL color Cylindrical-coordinate representation of color #DB5FC1: hue angle of 312.58º 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 #DB5FC1 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 193 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.14 |
| HSL | 312.58º | 0.63% | 0.62% | - |
| HSV(B) | 312.58º | 0.57% | 0.86% | - |
| XYZ | 42.93 | 27.09 | 53.42 | - |
| YUV | 143.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 193 | 0 | 0.57 | 0.12 | 0.14 | 312.58 | 0.63 | 0.62 |
| Hex | DB | 5F | C1 | 0 | 39 | C | E | 139 | 3F | 3E |
| Octal | 333 | 137 | 301 | 0 | 71 | 14 | 16 | 471 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11000001 | 0 | 111001 | 1100 | 1110 | 100111001 | 111111 | 111110 |
Color Harmonies of #DB5FC1
Complementary color
Monochromatic Colors of #DB5FC1
Black with #DB5FC1
Text Example
Text Example
White with #DB5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FC1; }
p { color: rgb(219,95,193); }
H1.HeaderClassName
{
color: #DB5FC1;
}
.AnyTagClassName
{
color: #DB5FC1;
}
</style>
background-color css
<style>
a { background-color: #DB5FC1; }
a { background-color: rgb(219,95,193); }
div.DivClassName
{
background-color: #DB5FC1;
}
.BgClassName
{
background-color: #DB5FC1;
}
</style>
border-color css
<style>
span { border-color: #DB5FC1; }
span { border-color: rgb(219,95,193); }
td.TdClassName
{
border-color: #DB5FC1;
}
.TagClassName
{
border-color: #DB5FC1;
}
</style>