Html Css Color HEX #DB45C7 Free Speech Magenta
📋 copy color: '#DB45C7'red 219 ◦ green 69 ◦ blue 199
Shades of Free Speech Magenta #DB45C7
Tints of Free Speech Magenta #DB45C7
RGB
CMYK
RGB Variations
Color information
#DB45C7 (or 0xDB45C7) is known color: Free Speech Magenta. HEX triplet: DB, 45 and C7. RGB value is (219,69,199). Sum of RGB (Red+Green+Blue) = 219+69+199=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45C7 is #24BA38. Grayscale: #808080. Windows color (decimal): -2406969 or 13059547. OLE color: 13059547.
HSL color Cylindrical-coordinate representation of color #DB45C7: hue angle of 308º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB45C7 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 199 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.14 |
| HSL | 308º | 0.68% | 0.56% | - |
| HSV(B) | 308º | 0.68% | 0.86% | - |
| XYZ | 41.65 | 23.44 | 56.36 | - |
| YUV | 128.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 199 | 0 | 0.68 | 0.09 | 0.14 | 308 | 0.68 | 0.56 |
| Hex | DB | 45 | C7 | 0 | 44 | 9 | E | 134 | 44 | 38 |
| Octal | 333 | 105 | 307 | 0 | 104 | 11 | 16 | 464 | 104 | 70 |
| Binary | 11011011 | 1000101 | 11000111 | 0 | 1000100 | 1001 | 1110 | 100110100 | 1000100 | 111000 |
Color Harmonies of #DB45C7
Complementary color
Monochromatic Colors of #DB45C7
Black with #DB45C7
Text Example
Text Example
White with #DB45C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45C7; }
p { color: rgb(219,69,199); }
H1.HeaderClassName
{
color: #DB45C7;
}
.AnyTagClassName
{
color: #DB45C7;
}
</style>
background-color css
<style>
a { background-color: #DB45C7; }
a { background-color: rgb(219,69,199); }
div.DivClassName
{
background-color: #DB45C7;
}
.BgClassName
{
background-color: #DB45C7;
}
</style>
border-color css
<style>
span { border-color: #DB45C7; }
span { border-color: rgb(219,69,199); }
td.TdClassName
{
border-color: #DB45C7;
}
.TagClassName
{
border-color: #DB45C7;
}
</style>