Html Css Color HEX #DB4CDD Free Speech Magenta
📋 copy color: '#DB4CDD'red 219 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #DB4CDD
Tints of Free Speech Magenta #DB4CDD
RGB
CMYK
RGB Variations
Color information
#DB4CDD (or 0xDB4CDD) is known color: Free Speech Magenta. HEX triplet: DB, 4C and DD. RGB value is (219,76,221). Sum of RGB (Red+Green+Blue) = 219+76+221=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CDD is #24B322. Grayscale: #868686. Windows color (decimal): -2405155 or 14503131. OLE color: 14503131.
HSL color Cylindrical-coordinate representation of color #DB4CDD: hue angle of 299.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4CDD is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 76 | 221 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.13 |
| HSL | 299.17º | 0.68% | 0.58% | - |
| HSV(B) | 299.17º | 0.66% | 0.87% | - |
| XYZ | 44.85 | 25.45 | 70.96 | - |
| YUV | 135.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 221 | 0.01 | 0.66 | 0 | 0.13 | 299.17 | 0.68 | 0.58 |
| Hex | DB | 4C | DD | 1 | 42 | 0 | D | 12B | 44 | 3A |
| Octal | 333 | 114 | 335 | 1 | 102 | 0 | 15 | 453 | 104 | 72 |
| Binary | 11011011 | 1001100 | 11011101 | 1 | 1000010 | 0 | 1101 | 100101011 | 1000100 | 111010 |
Color Harmonies of #DB4CDD
Complementary color
Monochromatic Colors of #DB4CDD
Black with #DB4CDD
Text Example
Text Example
White with #DB4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CDD; }
p { color: rgb(219,76,221); }
H1.HeaderClassName
{
color: #DB4CDD;
}
.AnyTagClassName
{
color: #DB4CDD;
}
</style>
background-color css
<style>
a { background-color: #DB4CDD; }
a { background-color: rgb(219,76,221); }
div.DivClassName
{
background-color: #DB4CDD;
}
.BgClassName
{
background-color: #DB4CDD;
}
</style>
border-color css
<style>
span { border-color: #DB4CDD; }
span { border-color: rgb(219,76,221); }
td.TdClassName
{
border-color: #DB4CDD;
}
.TagClassName
{
border-color: #DB4CDD;
}
</style>