Html Css Color HEX #DB4BC4 Free Speech Magenta
📋 copy color: '#DB4BC4'red 219 ◦ green 75 ◦ blue 196
Shades of Free Speech Magenta #DB4BC4
Tints of Free Speech Magenta #DB4BC4
RGB
CMYK
RGB Variations
Color information
#DB4BC4 (or 0xDB4BC4) is known color: Free Speech Magenta. HEX triplet: DB, 4B and C4. RGB value is (219,75,196). Sum of RGB (Red+Green+Blue) = 219+75+196=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BC4 is #24B43B. Grayscale: #838383. Windows color (decimal): -2405436 or 12864475. OLE color: 12864475.
HSL color Cylindrical-coordinate representation of color #DB4BC4: hue angle of 309.58º 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 #DB4BC4 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 196 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.14 |
| HSL | 309.58º | 0.67% | 0.58% | - |
| HSV(B) | 309.58º | 0.66% | 0.86% | - |
| XYZ | 41.69 | 24.08 | 54.67 | - |
| YUV | 131.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 196 | 0 | 0.66 | 0.11 | 0.14 | 309.58 | 0.67 | 0.58 |
| Hex | DB | 4B | C4 | 0 | 42 | B | E | 136 | 43 | 3A |
| Octal | 333 | 113 | 304 | 0 | 102 | 13 | 16 | 466 | 103 | 72 |
| Binary | 11011011 | 1001011 | 11000100 | 0 | 1000010 | 1011 | 1110 | 100110110 | 1000011 | 111010 |
Color Harmonies of #DB4BC4
Complementary color
Monochromatic Colors of #DB4BC4
Black with #DB4BC4
Text Example
Text Example
White with #DB4BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BC4; }
p { color: rgb(219,75,196); }
H1.HeaderClassName
{
color: #DB4BC4;
}
.AnyTagClassName
{
color: #DB4BC4;
}
</style>
background-color css
<style>
a { background-color: #DB4BC4; }
a { background-color: rgb(219,75,196); }
div.DivClassName
{
background-color: #DB4BC4;
}
.BgClassName
{
background-color: #DB4BC4;
}
</style>
border-color css
<style>
span { border-color: #DB4BC4; }
span { border-color: rgb(219,75,196); }
td.TdClassName
{
border-color: #DB4BC4;
}
.TagClassName
{
border-color: #DB4BC4;
}
</style>