Html Css Color HEX #DB54CC Free Speech Magenta
📋 copy color: '#DB54CC'red 219 ◦ green 84 ◦ blue 204
Shades of Free Speech Magenta #DB54CC
Tints of Free Speech Magenta #DB54CC
RGB
CMYK
RGB Variations
Color information
#DB54CC (or 0xDB54CC) is known color: Free Speech Magenta. HEX triplet: DB, 54 and CC. RGB value is (219,84,204). Sum of RGB (Red+Green+Blue) = 219+84+204=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54CC is #24AB33. Grayscale: #898989. Windows color (decimal): -2403124 or 13391067. OLE color: 13391067.
HSL color Cylindrical-coordinate representation of color #DB54CC: hue angle of 306.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54CC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 204 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.14 |
| HSL | 306.67º | 0.65% | 0.59% | - |
| HSV(B) | 306.67º | 0.62% | 0.86% | - |
| XYZ | 43.28 | 25.76 | 59.82 | - |
| YUV | 138.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 204 | 0 | 0.62 | 0.07 | 0.14 | 306.67 | 0.65 | 0.59 |
| Hex | DB | 54 | CC | 0 | 3E | 7 | E | 133 | 41 | 3B |
| Octal | 333 | 124 | 314 | 0 | 76 | 7 | 16 | 463 | 101 | 73 |
| Binary | 11011011 | 1010100 | 11001100 | 0 | 111110 | 111 | 1110 | 100110011 | 1000001 | 111011 |
Color Harmonies of #DB54CC
Complementary color
Monochromatic Colors of #DB54CC
Black with #DB54CC
Text Example
Text Example
White with #DB54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54CC; }
p { color: rgb(219,84,204); }
H1.HeaderClassName
{
color: #DB54CC;
}
.AnyTagClassName
{
color: #DB54CC;
}
</style>
background-color css
<style>
a { background-color: #DB54CC; }
a { background-color: rgb(219,84,204); }
div.DivClassName
{
background-color: #DB54CC;
}
.BgClassName
{
background-color: #DB54CC;
}
</style>
border-color css
<style>
span { border-color: #DB54CC; }
span { border-color: rgb(219,84,204); }
td.TdClassName
{
border-color: #DB54CC;
}
.TagClassName
{
border-color: #DB54CC;
}
</style>