Html Css Color HEX #DB4BC9 Free Speech Magenta
📋 copy color: '#DB4BC9'red 219 ◦ green 75 ◦ blue 201
Shades of Free Speech Magenta #DB4BC9
Tints of Free Speech Magenta #DB4BC9
RGB
CMYK
RGB Variations
Color information
#DB4BC9 (or 0xDB4BC9) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C9. RGB value is (219,75,201). Sum of RGB (Red+Green+Blue) = 219+75+201=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC9 is #24B436. Grayscale: #848484. Windows color (decimal): -2405431 or 13192155. OLE color: 13192155.
HSL color Cylindrical-coordinate representation of color #DB4BC9: hue angle of 307.5º 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 #DB4BC9 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 201 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.14 |
| HSL | 307.5º | 0.67% | 0.58% | - |
| HSV(B) | 307.5º | 0.66% | 0.86% | - |
| XYZ | 42.27 | 24.31 | 57.72 | - |
| YUV | 132.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 201 | 0 | 0.66 | 0.08 | 0.14 | 307.5 | 0.67 | 0.58 |
| Hex | DB | 4B | C9 | 0 | 42 | 8 | E | 134 | 43 | 3A |
| Octal | 333 | 113 | 311 | 0 | 102 | 10 | 16 | 464 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11001001 | 0 | 1000010 | 1000 | 1110 | 100110100 | 1000011 | 111010 |
Color Harmonies of #DB4BC9
Complementary color
Monochromatic Colors of #DB4BC9
Black with #DB4BC9
Text Example
Text Example
White with #DB4BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BC9; }
p { color: rgb(219,75,201); }
H1.HeaderClassName
{
color: #DB4BC9;
}
.AnyTagClassName
{
color: #DB4BC9;
}
</style>
background-color css
<style>
a { background-color: #DB4BC9; }
a { background-color: rgb(219,75,201); }
div.DivClassName
{
background-color: #DB4BC9;
}
.BgClassName
{
background-color: #DB4BC9;
}
</style>
border-color css
<style>
span { border-color: #DB4BC9; }
span { border-color: rgb(219,75,201); }
td.TdClassName
{
border-color: #DB4BC9;
}
.TagClassName
{
border-color: #DB4BC9;
}
</style>