Html Css Color HEX #DB61CF Free Speech Magenta
📋 copy color: '#DB61CF'red 219 ◦ green 97 ◦ blue 207
Shades of Free Speech Magenta #DB61CF
Tints of Free Speech Magenta #DB61CF
RGB
CMYK
RGB Variations
Color information
#DB61CF (or 0xDB61CF) is known color: Free Speech Magenta. HEX triplet: DB, 61 and CF. RGB value is (219,97,207). Sum of RGB (Red+Green+Blue) = 219+97+207=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61CF is #249E30. Grayscale: #919191. Windows color (decimal): -2399793 or 13591003. OLE color: 13591003.
HSL color Cylindrical-coordinate representation of color #DB61CF: hue angle of 305.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61CF is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 207 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.14 |
| HSL | 305.9º | 0.63% | 0.62% | - |
| HSV(B) | 305.9º | 0.56% | 0.86% | - |
| XYZ | 44.75 | 28.11 | 62.1 | - |
| YUV | 146.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 207 | 0 | 0.56 | 0.05 | 0.14 | 305.9 | 0.63 | 0.62 |
| Hex | DB | 61 | CF | 0 | 38 | 5 | E | 132 | 3F | 3E |
| Octal | 333 | 141 | 317 | 0 | 70 | 5 | 16 | 462 | 77 | 76 |
| Binary | 11011011 | 1100001 | 11001111 | 0 | 111000 | 101 | 1110 | 100110010 | 111111 | 111110 |
Color Harmonies of #DB61CF
Complementary color
Monochromatic Colors of #DB61CF
Black with #DB61CF
Text Example
Text Example
White with #DB61CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61CF; }
p { color: rgb(219,97,207); }
H1.HeaderClassName
{
color: #DB61CF;
}
.AnyTagClassName
{
color: #DB61CF;
}
</style>
background-color css
<style>
a { background-color: #DB61CF; }
a { background-color: rgb(219,97,207); }
div.DivClassName
{
background-color: #DB61CF;
}
.BgClassName
{
background-color: #DB61CF;
}
</style>
border-color css
<style>
span { border-color: #DB61CF; }
span { border-color: rgb(219,97,207); }
td.TdClassName
{
border-color: #DB61CF;
}
.TagClassName
{
border-color: #DB61CF;
}
</style>