Html Css Color HEX #DB4BC8 Free Speech Magenta
📋 copy color: '#DB4BC8'red 219 ◦ green 75 ◦ blue 200
Shades of Free Speech Magenta #DB4BC8
Tints of Free Speech Magenta #DB4BC8
RGB
CMYK
RGB Variations
Color information
#DB4BC8 (or 0xDB4BC8) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C8. RGB value is (219,75,200). Sum of RGB (Red+Green+Blue) = 219+75+200=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC8 is #24B437. Grayscale: #838383. Windows color (decimal): -2405432 or 13126619. OLE color: 13126619.
HSL color Cylindrical-coordinate representation of color #DB4BC8: hue angle of 307.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4BC8 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 200 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.14 |
| HSL | 307.92º | 0.67% | 0.58% | - |
| HSV(B) | 307.92º | 0.66% | 0.86% | - |
| XYZ | 42.15 | 24.26 | 57.1 | - |
| YUV | 132.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 200 | 0 | 0.66 | 0.09 | 0.14 | 307.92 | 0.67 | 0.58 |
| Hex | DB | 4B | C8 | 0 | 42 | 9 | E | 134 | 43 | 3A |
| Octal | 333 | 113 | 310 | 0 | 102 | 11 | 16 | 464 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11001000 | 0 | 1000010 | 1001 | 1110 | 100110100 | 1000011 | 111010 |
Color Harmonies of #DB4BC8
Complementary color
Monochromatic Colors of #DB4BC8
Black with #DB4BC8
Text Example
Text Example
White with #DB4BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BC8; }
p { color: rgb(219,75,200); }
H1.HeaderClassName
{
color: #DB4BC8;
}
.AnyTagClassName
{
color: #DB4BC8;
}
</style>
background-color css
<style>
a { background-color: #DB4BC8; }
a { background-color: rgb(219,75,200); }
div.DivClassName
{
background-color: #DB4BC8;
}
.BgClassName
{
background-color: #DB4BC8;
}
</style>
border-color css
<style>
span { border-color: #DB4BC8; }
span { border-color: rgb(219,75,200); }
td.TdClassName
{
border-color: #DB4BC8;
}
.TagClassName
{
border-color: #DB4BC8;
}
</style>