Html Css Color HEX #DB45C4 Free Speech Magenta
📋 copy color: '#DB45C4'red 219 ◦ green 69 ◦ blue 196
Shades of Free Speech Magenta #DB45C4
Tints of Free Speech Magenta #DB45C4
RGB
CMYK
RGB Variations
Color information
#DB45C4 (or 0xDB45C4) is known color: Free Speech Magenta. HEX triplet: DB, 45 and C4. RGB value is (219,69,196). Sum of RGB (Red+Green+Blue) = 219+69+196=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45C4 is #24BA3B. Grayscale: #7F7F7F. Windows color (decimal): -2406972 or 12862939. OLE color: 12862939.
HSL color Cylindrical-coordinate representation of color #DB45C4: hue angle of 309.2º 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 #DB45C4 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 196 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.14 |
| HSL | 309.2º | 0.68% | 0.56% | - |
| HSV(B) | 309.2º | 0.68% | 0.86% | - |
| XYZ | 41.31 | 23.3 | 54.55 | - |
| YUV | 128.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 196 | 0 | 0.68 | 0.11 | 0.14 | 309.2 | 0.68 | 0.56 |
| Hex | DB | 45 | C4 | 0 | 44 | B | E | 135 | 44 | 38 |
| Octal | 333 | 105 | 304 | 0 | 104 | 13 | 16 | 465 | 104 | 70 |
| Binary | 11011011 | 1000101 | 11000100 | 0 | 1000100 | 1011 | 1110 | 100110101 | 1000100 | 111000 |
Color Harmonies of #DB45C4
Complementary color
Monochromatic Colors of #DB45C4
Black with #DB45C4
Text Example
Text Example
White with #DB45C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB45C4; }
p { color: rgb(219,69,196); }
H1.HeaderClassName
{
color: #DB45C4;
}
.AnyTagClassName
{
color: #DB45C4;
}
</style>
background-color css
<style>
a { background-color: #DB45C4; }
a { background-color: rgb(219,69,196); }
div.DivClassName
{
background-color: #DB45C4;
}
.BgClassName
{
background-color: #DB45C4;
}
</style>
border-color css
<style>
span { border-color: #DB45C4; }
span { border-color: rgb(219,69,196); }
td.TdClassName
{
border-color: #DB45C4;
}
.TagClassName
{
border-color: #DB45C4;
}
</style>