Html Css Color HEX #DB51CC Free Speech Magenta
📋 copy color: '#DB51CC'red 219 ◦ green 81 ◦ blue 204
Shades of Free Speech Magenta #DB51CC
Tints of Free Speech Magenta #DB51CC
RGB
CMYK
RGB Variations
Color information
#DB51CC (or 0xDB51CC) is known color: Free Speech Magenta. HEX triplet: DB, 51 and CC. RGB value is (219,81,204). Sum of RGB (Red+Green+Blue) = 219+81+204=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51CC is #24AE33. Grayscale: #878787. Windows color (decimal): -2403892 or 13390299. OLE color: 13390299.
HSL color Cylindrical-coordinate representation of color #DB51CC: hue angle of 306.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB51CC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 204 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.14 |
| HSL | 306.52º | 0.66% | 0.59% | - |
| HSV(B) | 306.52º | 0.63% | 0.86% | - |
| XYZ | 43.05 | 25.3 | 59.74 | - |
| YUV | 136.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 204 | 0 | 0.63 | 0.07 | 0.14 | 306.52 | 0.66 | 0.59 |
| Hex | DB | 51 | CC | 0 | 3F | 7 | E | 133 | 42 | 3B |
| Octal | 333 | 121 | 314 | 0 | 77 | 7 | 16 | 463 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11001100 | 0 | 111111 | 111 | 1110 | 100110011 | 1000010 | 111011 |
Color Harmonies of #DB51CC
Complementary color
Monochromatic Colors of #DB51CC
Black with #DB51CC
Text Example
Text Example
White with #DB51CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51CC; }
p { color: rgb(219,81,204); }
H1.HeaderClassName
{
color: #DB51CC;
}
.AnyTagClassName
{
color: #DB51CC;
}
</style>
background-color css
<style>
a { background-color: #DB51CC; }
a { background-color: rgb(219,81,204); }
div.DivClassName
{
background-color: #DB51CC;
}
.BgClassName
{
background-color: #DB51CC;
}
</style>
border-color css
<style>
span { border-color: #DB51CC; }
span { border-color: rgb(219,81,204); }
td.TdClassName
{
border-color: #DB51CC;
}
.TagClassName
{
border-color: #DB51CC;
}
</style>