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