Html Css Color HEX #DB4CE1 Free Speech Magenta
📋 copy color: '#DB4CE1'red 219 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #DB4CE1
Tints of Free Speech Magenta #DB4CE1
RGB
CMYK
RGB Variations
Color information
#DB4CE1 (or 0xDB4CE1) is known color: Free Speech Magenta. HEX triplet: DB, 4C and E1. RGB value is (219,76,225). Sum of RGB (Red+Green+Blue) = 219+76+225=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CE1 is #24B31E. Grayscale: #878787. Windows color (decimal): -2405151 or 14765275. OLE color: 14765275.
HSL color Cylindrical-coordinate representation of color #DB4CE1: hue angle of 297.58º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4CE1 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 76 | 225 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.12 |
| HSL | 297.58º | 0.71% | 0.59% | - |
| HSV(B) | 297.58º | 0.66% | 0.88% | - |
| XYZ | 45.39 | 25.67 | 73.8 | - |
| YUV | 135.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 225 | 0.03 | 0.66 | 0 | 0.12 | 297.58 | 0.71 | 0.59 |
| Hex | DB | 4C | E1 | 3 | 42 | 0 | C | 12A | 47 | 3B |
| Octal | 333 | 114 | 341 | 3 | 102 | 0 | 14 | 452 | 107 | 73 |
| Binary | 11011011 | 1001100 | 11100001 | 11 | 1000010 | 0 | 1100 | 100101010 | 1000111 | 111011 |
Color Harmonies of #DB4CE1
Complementary color
Monochromatic Colors of #DB4CE1
Black with #DB4CE1
Text Example
Text Example
White with #DB4CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CE1; }
p { color: rgb(219,76,225); }
H1.HeaderClassName
{
color: #DB4CE1;
}
.AnyTagClassName
{
color: #DB4CE1;
}
</style>
background-color css
<style>
a { background-color: #DB4CE1; }
a { background-color: rgb(219,76,225); }
div.DivClassName
{
background-color: #DB4CE1;
}
.BgClassName
{
background-color: #DB4CE1;
}
</style>
border-color css
<style>
span { border-color: #DB4CE1; }
span { border-color: rgb(219,76,225); }
td.TdClassName
{
border-color: #DB4CE1;
}
.TagClassName
{
border-color: #DB4CE1;
}
</style>