Html Css Color HEX #DB45C6 Free Speech Magenta
📋 copy color: '#DB45C6'red 219 ◦ green 69 ◦ blue 198
Shades of Free Speech Magenta #DB45C6
Tints of Free Speech Magenta #DB45C6
RGB
CMYK
RGB Variations
Color information
#DB45C6 (or 0xDB45C6) is known color: Free Speech Magenta. HEX triplet: DB, 45 and C6. RGB value is (219,69,198). Sum of RGB (Red+Green+Blue) = 219+69+198=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45C6 is #24BA39. Grayscale: #808080. Windows color (decimal): -2406970 or 12994011. OLE color: 12994011.
HSL color Cylindrical-coordinate representation of color #DB45C6: hue angle of 308.4º 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 #DB45C6 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 198 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.14 |
| HSL | 308.4º | 0.68% | 0.56% | - |
| HSV(B) | 308.4º | 0.68% | 0.86% | - |
| XYZ | 41.53 | 23.39 | 55.75 | - |
| YUV | 128.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 198 | 0 | 0.68 | 0.10 | 0.14 | 308.4 | 0.68 | 0.56 |
| Hex | DB | 45 | C6 | 0 | 44 | A | E | 134 | 44 | 38 |
| Octal | 333 | 105 | 306 | 0 | 104 | 12 | 16 | 464 | 104 | 70 |
| Binary | 11011011 | 1000101 | 11000110 | 0 | 1000100 | 1010 | 1110 | 100110100 | 1000100 | 111000 |
Color Harmonies of #DB45C6
Complementary color
Monochromatic Colors of #DB45C6
Black with #DB45C6
Text Example
Text Example
White with #DB45C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45C6; }
p { color: rgb(219,69,198); }
H1.HeaderClassName
{
color: #DB45C6;
}
.AnyTagClassName
{
color: #DB45C6;
}
</style>
background-color css
<style>
a { background-color: #DB45C6; }
a { background-color: rgb(219,69,198); }
div.DivClassName
{
background-color: #DB45C6;
}
.BgClassName
{
background-color: #DB45C6;
}
</style>
border-color css
<style>
span { border-color: #DB45C6; }
span { border-color: rgb(219,69,198); }
td.TdClassName
{
border-color: #DB45C6;
}
.TagClassName
{
border-color: #DB45C6;
}
</style>