Html Css Color HEX #DB5FD5 Free Speech Magenta
📋 copy color: '#DB5FD5'red 219 ◦ green 95 ◦ blue 213
Shades of Free Speech Magenta #DB5FD5
Tints of Free Speech Magenta #DB5FD5
RGB
CMYK
RGB Variations
Color information
#DB5FD5 (or 0xDB5FD5) is known color: Free Speech Magenta. HEX triplet: DB, 5F and D5. RGB value is (219,95,213). Sum of RGB (Red+Green+Blue) = 219+95+213=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FD5 is #24A02A. Grayscale: #919191. Windows color (decimal): -2400299 or 13983707. OLE color: 13983707.
HSL color Cylindrical-coordinate representation of color #DB5FD5: hue angle of 302.9º 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 #DB5FD5 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 213 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.14 |
| HSL | 302.9º | 0.63% | 0.62% | - |
| HSV(B) | 302.9º | 0.57% | 0.86% | - |
| XYZ | 45.32 | 28.05 | 65.98 | - |
| YUV | 145.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 213 | 0 | 0.57 | 0.03 | 0.14 | 302.9 | 0.63 | 0.62 |
| Hex | DB | 5F | D5 | 0 | 39 | 3 | E | 12F | 3F | 3E |
| Octal | 333 | 137 | 325 | 0 | 71 | 3 | 16 | 457 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11010101 | 0 | 111001 | 11 | 1110 | 100101111 | 111111 | 111110 |
Color Harmonies of #DB5FD5
Complementary color
Monochromatic Colors of #DB5FD5
Black with #DB5FD5
Text Example
Text Example
White with #DB5FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FD5; }
p { color: rgb(219,95,213); }
H1.HeaderClassName
{
color: #DB5FD5;
}
.AnyTagClassName
{
color: #DB5FD5;
}
</style>
background-color css
<style>
a { background-color: #DB5FD5; }
a { background-color: rgb(219,95,213); }
div.DivClassName
{
background-color: #DB5FD5;
}
.BgClassName
{
background-color: #DB5FD5;
}
</style>
border-color css
<style>
span { border-color: #DB5FD5; }
span { border-color: rgb(219,95,213); }
td.TdClassName
{
border-color: #DB5FD5;
}
.TagClassName
{
border-color: #DB5FD5;
}
</style>