Html Css Color HEX #DB55DF Free Speech Magenta
📋 copy color: '#DB55DF'red 219 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #DB55DF
Tints of Free Speech Magenta #DB55DF
RGB
CMYK
RGB Variations
Color information
#DB55DF (or 0xDB55DF) is known color: Free Speech Magenta. HEX triplet: DB, 55 and DF. RGB value is (219,85,223). Sum of RGB (Red+Green+Blue) = 219+85+223=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55DF is #24AA20. Grayscale: #8C8C8C. Windows color (decimal): -2402849 or 14636507. OLE color: 14636507.
HSL color Cylindrical-coordinate representation of color #DB55DF: hue angle of 298.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB55DF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 85 | 223 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.13 |
| HSL | 298.26º | 0.68% | 0.6% | - |
| HSV(B) | 298.26º | 0.62% | 0.87% | - |
| XYZ | 45.78 | 26.88 | 72.59 | - |
| YUV | 140.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 223 | 0.02 | 0.62 | 0 | 0.13 | 298.26 | 0.68 | 0.6 |
| Hex | DB | 55 | DF | 2 | 3E | 0 | D | 12A | 44 | 3C |
| Octal | 333 | 125 | 337 | 2 | 76 | 0 | 15 | 452 | 104 | 74 |
| Binary | 11011011 | 1010101 | 11011111 | 10 | 111110 | 0 | 1101 | 100101010 | 1000100 | 111100 |
Color Harmonies of #DB55DF
Complementary color
Monochromatic Colors of #DB55DF
Black with #DB55DF
Text Example
Text Example
White with #DB55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55DF; }
p { color: rgb(219,85,223); }
H1.HeaderClassName
{
color: #DB55DF;
}
.AnyTagClassName
{
color: #DB55DF;
}
</style>
background-color css
<style>
a { background-color: #DB55DF; }
a { background-color: rgb(219,85,223); }
div.DivClassName
{
background-color: #DB55DF;
}
.BgClassName
{
background-color: #DB55DF;
}
</style>
border-color css
<style>
span { border-color: #DB55DF; }
span { border-color: rgb(219,85,223); }
td.TdClassName
{
border-color: #DB55DF;
}
.TagClassName
{
border-color: #DB55DF;
}
</style>