Html Css Color HEX #DB5FCE Free Speech Magenta
📋 copy color: '#DB5FCE'red 219 ◦ green 95 ◦ blue 206
Shades of Free Speech Magenta #DB5FCE
Tints of Free Speech Magenta #DB5FCE
RGB
CMYK
RGB Variations
Color information
#DB5FCE (or 0xDB5FCE) is known color: Free Speech Magenta. HEX triplet: DB, 5F and CE. RGB value is (219,95,206). Sum of RGB (Red+Green+Blue) = 219+95+206=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FCE is #24A031. Grayscale: #909090. Windows color (decimal): -2400306 or 13524955. OLE color: 13524955.
HSL color Cylindrical-coordinate representation of color #DB5FCE: hue angle of 306.29º 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 #DB5FCE is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 206 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.14 |
| HSL | 306.29º | 0.63% | 0.62% | - |
| HSV(B) | 306.29º | 0.57% | 0.86% | - |
| XYZ | 44.45 | 27.7 | 61.4 | - |
| YUV | 144.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 206 | 0 | 0.57 | 0.06 | 0.14 | 306.29 | 0.63 | 0.62 |
| Hex | DB | 5F | CE | 0 | 39 | 6 | E | 132 | 3F | 3E |
| Octal | 333 | 137 | 316 | 0 | 71 | 6 | 16 | 462 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11001110 | 0 | 111001 | 110 | 1110 | 100110010 | 111111 | 111110 |
Color Harmonies of #DB5FCE
Complementary color
Monochromatic Colors of #DB5FCE
Black with #DB5FCE
Text Example
Text Example
White with #DB5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FCE; }
p { color: rgb(219,95,206); }
H1.HeaderClassName
{
color: #DB5FCE;
}
.AnyTagClassName
{
color: #DB5FCE;
}
</style>
background-color css
<style>
a { background-color: #DB5FCE; }
a { background-color: rgb(219,95,206); }
div.DivClassName
{
background-color: #DB5FCE;
}
.BgClassName
{
background-color: #DB5FCE;
}
</style>
border-color css
<style>
span { border-color: #DB5FCE; }
span { border-color: rgb(219,95,206); }
td.TdClassName
{
border-color: #DB5FCE;
}
.TagClassName
{
border-color: #DB5FCE;
}
</style>