Html Css Color HEX #DB4FCB Free Speech Magenta
📋 copy color: '#DB4FCB'red 219 ◦ green 79 ◦ blue 203
Shades of Free Speech Magenta #DB4FCB
Tints of Free Speech Magenta #DB4FCB
RGB
CMYK
RGB Variations
Color information
#DB4FCB (or 0xDB4FCB) is known color: Free Speech Magenta. HEX triplet: DB, 4F and CB. RGB value is (219,79,203). Sum of RGB (Red+Green+Blue) = 219+79+203=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FCB is #24B034. Grayscale: #868686. Windows color (decimal): -2404405 or 13324251. OLE color: 13324251.
HSL color Cylindrical-coordinate representation of color #DB4FCB: hue angle of 306.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FCB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 203 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.14 |
| HSL | 306.86º | 0.66% | 0.58% | - |
| HSV(B) | 306.86º | 0.64% | 0.86% | - |
| XYZ | 42.79 | 24.96 | 59.06 | - |
| YUV | 135 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 203 | 0 | 0.64 | 0.07 | 0.14 | 306.86 | 0.66 | 0.58 |
| Hex | DB | 4F | CB | 0 | 40 | 7 | E | 133 | 42 | 3A |
| Octal | 333 | 117 | 313 | 0 | 100 | 7 | 16 | 463 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11001011 | 0 | 1000000 | 111 | 1110 | 100110011 | 1000010 | 111010 |
Color Harmonies of #DB4FCB
Complementary color
Monochromatic Colors of #DB4FCB
Black with #DB4FCB
Text Example
Text Example
White with #DB4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FCB; }
p { color: rgb(219,79,203); }
H1.HeaderClassName
{
color: #DB4FCB;
}
.AnyTagClassName
{
color: #DB4FCB;
}
</style>
background-color css
<style>
a { background-color: #DB4FCB; }
a { background-color: rgb(219,79,203); }
div.DivClassName
{
background-color: #DB4FCB;
}
.BgClassName
{
background-color: #DB4FCB;
}
</style>
border-color css
<style>
span { border-color: #DB4FCB; }
span { border-color: rgb(219,79,203); }
td.TdClassName
{
border-color: #DB4FCB;
}
.TagClassName
{
border-color: #DB4FCB;
}
</style>