Html Css Color HEX #DB4CC1 Free Speech Magenta
📋 copy color: '#DB4CC1'red 219 ◦ green 76 ◦ blue 193
Shades of Free Speech Magenta #DB4CC1
Tints of Free Speech Magenta #DB4CC1
RGB
CMYK
RGB Variations
Color information
#DB4CC1 (or 0xDB4CC1) is known color: Free Speech Magenta. HEX triplet: DB, 4C and C1. RGB value is (219,76,193). Sum of RGB (Red+Green+Blue) = 219+76+193=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CC1 is #24B33E. Grayscale: #838383. Windows color (decimal): -2405183 or 12668123. OLE color: 12668123.
HSL color Cylindrical-coordinate representation of color #DB4CC1: hue angle of 310.91º 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 #DB4CC1 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 193 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.14 |
| HSL | 310.91º | 0.67% | 0.58% | - |
| HSV(B) | 310.91º | 0.65% | 0.86% | - |
| XYZ | 41.42 | 24.08 | 52.92 | - |
| YUV | 132.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 193 | 0 | 0.65 | 0.12 | 0.14 | 310.91 | 0.67 | 0.58 |
| Hex | DB | 4C | C1 | 0 | 41 | C | E | 137 | 43 | 3A |
| Octal | 333 | 114 | 301 | 0 | 101 | 14 | 16 | 467 | 103 | 72 |
| Binary | 11011011 | 1001100 | 11000001 | 0 | 1000001 | 1100 | 1110 | 100110111 | 1000011 | 111010 |
Color Harmonies of #DB4CC1
Complementary color
Monochromatic Colors of #DB4CC1
Black with #DB4CC1
Text Example
Text Example
White with #DB4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CC1; }
p { color: rgb(219,76,193); }
H1.HeaderClassName
{
color: #DB4CC1;
}
.AnyTagClassName
{
color: #DB4CC1;
}
</style>
background-color css
<style>
a { background-color: #DB4CC1; }
a { background-color: rgb(219,76,193); }
div.DivClassName
{
background-color: #DB4CC1;
}
.BgClassName
{
background-color: #DB4CC1;
}
</style>
border-color css
<style>
span { border-color: #DB4CC1; }
span { border-color: rgb(219,76,193); }
td.TdClassName
{
border-color: #DB4CC1;
}
.TagClassName
{
border-color: #DB4CC1;
}
</style>