Html Css Color HEX #DB3FCC Free Speech Magenta
📋 copy color: '#DB3FCC'red 219 ◦ green 63 ◦ blue 204
Shades of Free Speech Magenta #DB3FCC
Tints of Free Speech Magenta #DB3FCC
RGB
CMYK
RGB Variations
Color information
#DB3FCC (or 0xDB3FCC) is known color: Free Speech Magenta. HEX triplet: DB, 3F and CC. RGB value is (219,63,204). Sum of RGB (Red+Green+Blue) = 219+63+204=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FCC is #24C033. Grayscale: #7D7D7D. Windows color (decimal): -2408500 or 13385691. OLE color: 13385691.
HSL color Cylindrical-coordinate representation of color #DB3FCC: hue angle of 305.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FCC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 204 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.14 |
| HSL | 305.77º | 0.68% | 0.55% | - |
| HSV(B) | 305.77º | 0.71% | 0.86% | - |
| XYZ | 41.89 | 22.97 | 59.35 | - |
| YUV | 125.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 204 | 0 | 0.71 | 0.07 | 0.14 | 305.77 | 0.68 | 0.55 |
| Hex | DB | 3F | CC | 0 | 47 | 7 | E | 132 | 44 | 37 |
| Octal | 333 | 77 | 314 | 0 | 107 | 7 | 16 | 462 | 104 | 67 |
| Binary | 11011011 | 111111 | 11001100 | 0 | 1000111 | 111 | 1110 | 100110010 | 1000100 | 110111 |
Color Harmonies of #DB3FCC
Complementary color
Monochromatic Colors of #DB3FCC
Black with #DB3FCC
Text Example
Text Example
White with #DB3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FCC; }
p { color: rgb(219,63,204); }
H1.HeaderClassName
{
color: #DB3FCC;
}
.AnyTagClassName
{
color: #DB3FCC;
}
</style>
background-color css
<style>
a { background-color: #DB3FCC; }
a { background-color: rgb(219,63,204); }
div.DivClassName
{
background-color: #DB3FCC;
}
.BgClassName
{
background-color: #DB3FCC;
}
</style>
border-color css
<style>
span { border-color: #DB3FCC; }
span { border-color: rgb(219,63,204); }
td.TdClassName
{
border-color: #DB3FCC;
}
.TagClassName
{
border-color: #DB3FCC;
}
</style>