Html Css Color HEX #DB5FD6 Free Speech Magenta
📋 copy color: '#DB5FD6'red 219 ◦ green 95 ◦ blue 214
Shades of Free Speech Magenta #DB5FD6
Tints of Free Speech Magenta #DB5FD6
RGB
CMYK
RGB Variations
Color information
#DB5FD6 (or 0xDB5FD6) is known color: Free Speech Magenta. HEX triplet: DB, 5F and D6. RGB value is (219,95,214). Sum of RGB (Red+Green+Blue) = 219+95+214=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FD6 is #24A029. Grayscale: #919191. Windows color (decimal): -2400298 or 14049243. OLE color: 14049243.
HSL color Cylindrical-coordinate representation of color #DB5FD6: hue angle of 302.42º 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 #DB5FD6 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 214 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.14 |
| HSL | 302.42º | 0.63% | 0.62% | - |
| HSV(B) | 302.42º | 0.57% | 0.86% | - |
| XYZ | 45.44 | 28.1 | 66.65 | - |
| YUV | 145.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 214 | 0 | 0.57 | 0.02 | 0.14 | 302.42 | 0.63 | 0.62 |
| Hex | DB | 5F | D6 | 0 | 39 | 2 | E | 12E | 3F | 3E |
| Octal | 333 | 137 | 326 | 0 | 71 | 2 | 16 | 456 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11010110 | 0 | 111001 | 10 | 1110 | 100101110 | 111111 | 111110 |
Color Harmonies of #DB5FD6
Complementary color
Monochromatic Colors of #DB5FD6
Black with #DB5FD6
Text Example
Text Example
White with #DB5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FD6; }
p { color: rgb(219,95,214); }
H1.HeaderClassName
{
color: #DB5FD6;
}
.AnyTagClassName
{
color: #DB5FD6;
}
</style>
background-color css
<style>
a { background-color: #DB5FD6; }
a { background-color: rgb(219,95,214); }
div.DivClassName
{
background-color: #DB5FD6;
}
.BgClassName
{
background-color: #DB5FD6;
}
</style>
border-color css
<style>
span { border-color: #DB5FD6; }
span { border-color: rgb(219,95,214); }
td.TdClassName
{
border-color: #DB5FD6;
}
.TagClassName
{
border-color: #DB5FD6;
}
</style>