Html Css Color HEX #DB44C4 Free Speech Magenta
📋 copy color: '#DB44C4'red 219 ◦ green 68 ◦ blue 196
Shades of Free Speech Magenta #DB44C4
Tints of Free Speech Magenta #DB44C4
RGB
CMYK
RGB Variations
Color information
#DB44C4 (or 0xDB44C4) is known color: Free Speech Magenta. HEX triplet: DB, 44 and C4. RGB value is (219,68,196). Sum of RGB (Red+Green+Blue) = 219+68+196=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44C4 is #24BB3B. Grayscale: #7F7F7F. Windows color (decimal): -2407228 or 12862683. OLE color: 12862683.
HSL color Cylindrical-coordinate representation of color #DB44C4: hue angle of 309.14º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB44C4 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 196 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.14 |
| HSL | 309.14º | 0.68% | 0.56% | - |
| HSV(B) | 309.14º | 0.69% | 0.86% | - |
| XYZ | 41.24 | 23.18 | 54.52 | - |
| YUV | 127.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 196 | 0 | 0.69 | 0.11 | 0.14 | 309.14 | 0.68 | 0.56 |
| Hex | DB | 44 | C4 | 0 | 45 | B | E | 135 | 44 | 38 |
| Octal | 333 | 104 | 304 | 0 | 105 | 13 | 16 | 465 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11000100 | 0 | 1000101 | 1011 | 1110 | 100110101 | 1000100 | 111000 |
Color Harmonies of #DB44C4
Complementary color
Monochromatic Colors of #DB44C4
Black with #DB44C4
Text Example
Text Example
White with #DB44C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44C4; }
p { color: rgb(219,68,196); }
H1.HeaderClassName
{
color: #DB44C4;
}
.AnyTagClassName
{
color: #DB44C4;
}
</style>
background-color css
<style>
a { background-color: #DB44C4; }
a { background-color: rgb(219,68,196); }
div.DivClassName
{
background-color: #DB44C4;
}
.BgClassName
{
background-color: #DB44C4;
}
</style>
border-color css
<style>
span { border-color: #DB44C4; }
span { border-color: rgb(219,68,196); }
td.TdClassName
{
border-color: #DB44C4;
}
.TagClassName
{
border-color: #DB44C4;
}
</style>