Html Css Color HEX #DB44CC Free Speech Magenta
📋 copy color: '#DB44CC'red 219 ◦ green 68 ◦ blue 204
Shades of Free Speech Magenta #DB44CC
Tints of Free Speech Magenta #DB44CC
RGB
CMYK
RGB Variations
Color information
#DB44CC (or 0xDB44CC) is known color: Free Speech Magenta. HEX triplet: DB, 44 and CC. RGB value is (219,68,204). Sum of RGB (Red+Green+Blue) = 219+68+204=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB44CC is #24BB33. Grayscale: #808080. Windows color (decimal): -2407220 or 13386971. OLE color: 13386971.
HSL color Cylindrical-coordinate representation of color #DB44CC: hue angle of 305.96º 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 #DB44CC is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 204 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.14 |
| HSL | 305.96º | 0.68% | 0.56% | - |
| HSV(B) | 305.96º | 0.69% | 0.86% | - |
| XYZ | 42.18 | 23.55 | 59.45 | - |
| YUV | 128.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 204 | 0 | 0.69 | 0.07 | 0.14 | 305.96 | 0.68 | 0.56 |
| Hex | DB | 44 | CC | 0 | 45 | 7 | E | 132 | 44 | 38 |
| Octal | 333 | 104 | 314 | 0 | 105 | 7 | 16 | 462 | 104 | 70 |
| Binary | 11011011 | 1000100 | 11001100 | 0 | 1000101 | 111 | 1110 | 100110010 | 1000100 | 111000 |
Color Harmonies of #DB44CC
Complementary color
Monochromatic Colors of #DB44CC
Black with #DB44CC
Text Example
Text Example
White with #DB44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44CC; }
p { color: rgb(219,68,204); }
H1.HeaderClassName
{
color: #DB44CC;
}
.AnyTagClassName
{
color: #DB44CC;
}
</style>
background-color css
<style>
a { background-color: #DB44CC; }
a { background-color: rgb(219,68,204); }
div.DivClassName
{
background-color: #DB44CC;
}
.BgClassName
{
background-color: #DB44CC;
}
</style>
border-color css
<style>
span { border-color: #DB44CC; }
span { border-color: rgb(219,68,204); }
td.TdClassName
{
border-color: #DB44CC;
}
.TagClassName
{
border-color: #DB44CC;
}
</style>