Html Css Color HEX #DB4CCE Free Speech Magenta
📋 copy color: '#DB4CCE'red 219 ◦ green 76 ◦ blue 206
Shades of Free Speech Magenta #DB4CCE
Tints of Free Speech Magenta #DB4CCE
RGB
CMYK
RGB Variations
Color information
#DB4CCE (or 0xDB4CCE) is known color: Free Speech Magenta. HEX triplet: DB, 4C and CE. RGB value is (219,76,206). Sum of RGB (Red+Green+Blue) = 219+76+206=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CCE is #24B331. Grayscale: #858585. Windows color (decimal): -2405170 or 13520091. OLE color: 13520091.
HSL color Cylindrical-coordinate representation of color #DB4CCE: hue angle of 305.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CCE is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 206 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.14 |
| HSL | 305.45º | 0.67% | 0.58% | - |
| HSV(B) | 305.45º | 0.65% | 0.86% | - |
| XYZ | 42.94 | 24.69 | 60.89 | - |
| YUV | 133.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 206 | 0 | 0.65 | 0.06 | 0.14 | 305.45 | 0.67 | 0.58 |
| Hex | DB | 4C | CE | 0 | 41 | 6 | E | 131 | 43 | 3A |
| Octal | 333 | 114 | 316 | 0 | 101 | 6 | 16 | 461 | 103 | 72 |
| Binary | 11011011 | 1001100 | 11001110 | 0 | 1000001 | 110 | 1110 | 100110001 | 1000011 | 111010 |
Color Harmonies of #DB4CCE
Complementary color
Monochromatic Colors of #DB4CCE
Black with #DB4CCE
Text Example
Text Example
White with #DB4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CCE; }
p { color: rgb(219,76,206); }
H1.HeaderClassName
{
color: #DB4CCE;
}
.AnyTagClassName
{
color: #DB4CCE;
}
</style>
background-color css
<style>
a { background-color: #DB4CCE; }
a { background-color: rgb(219,76,206); }
div.DivClassName
{
background-color: #DB4CCE;
}
.BgClassName
{
background-color: #DB4CCE;
}
</style>
border-color css
<style>
span { border-color: #DB4CCE; }
span { border-color: rgb(219,76,206); }
td.TdClassName
{
border-color: #DB4CCE;
}
.TagClassName
{
border-color: #DB4CCE;
}
</style>