Html Css Color HEX #DB55CF Free Speech Magenta
📋 copy color: '#DB55CF'red 219 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #DB55CF
Tints of Free Speech Magenta #DB55CF
RGB
CMYK
RGB Variations
Color information
#DB55CF (or 0xDB55CF) is known color: Free Speech Magenta. HEX triplet: DB, 55 and CF. RGB value is (219,85,207). Sum of RGB (Red+Green+Blue) = 219+85+207=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55CF is #24AA30. Grayscale: #8A8A8A. Windows color (decimal): -2402865 or 13587931. OLE color: 13587931.
HSL color Cylindrical-coordinate representation of color #DB55CF: hue angle of 305.37º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55CF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 207 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.14 |
| HSL | 305.37º | 0.65% | 0.6% | - |
| HSV(B) | 305.37º | 0.61% | 0.86% | - |
| XYZ | 43.72 | 26.06 | 61.76 | - |
| YUV | 138.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 207 | 0 | 0.61 | 0.05 | 0.14 | 305.37 | 0.65 | 0.6 |
| Hex | DB | 55 | CF | 0 | 3D | 5 | E | 131 | 41 | 3C |
| Octal | 333 | 125 | 317 | 0 | 75 | 5 | 16 | 461 | 101 | 74 |
| Binary | 11011011 | 1010101 | 11001111 | 0 | 111101 | 101 | 1110 | 100110001 | 1000001 | 111100 |
Color Harmonies of #DB55CF
Complementary color
Monochromatic Colors of #DB55CF
Black with #DB55CF
Text Example
Text Example
White with #DB55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55CF; }
p { color: rgb(219,85,207); }
H1.HeaderClassName
{
color: #DB55CF;
}
.AnyTagClassName
{
color: #DB55CF;
}
</style>
background-color css
<style>
a { background-color: #DB55CF; }
a { background-color: rgb(219,85,207); }
div.DivClassName
{
background-color: #DB55CF;
}
.BgClassName
{
background-color: #DB55CF;
}
</style>
border-color css
<style>
span { border-color: #DB55CF; }
span { border-color: rgb(219,85,207); }
td.TdClassName
{
border-color: #DB55CF;
}
.TagClassName
{
border-color: #DB55CF;
}
</style>