Html Css Color HEX #DB62BB Free Speech Magenta
📋 copy color: '#DB62BB'red 219 ◦ green 98 ◦ blue 187
Shades of Free Speech Magenta #DB62BB
Tints of Free Speech Magenta #DB62BB
RGB
CMYK
RGB Variations
Color information
#DB62BB (or 0xDB62BB) is known color: Free Speech Magenta. HEX triplet: DB, 62 and BB. RGB value is (219,98,187). Sum of RGB (Red+Green+Blue) = 219+98+187=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62BB is #249D44. Grayscale: #909090. Windows color (decimal): -2399557 or 12280539. OLE color: 12280539.
HSL color Cylindrical-coordinate representation of color #DB62BB: hue angle of 315.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62BB is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 187 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.14 |
| HSL | 315.87º | 0.63% | 0.62% | - |
| HSV(B) | 315.87º | 0.55% | 0.86% | - |
| XYZ | 42.55 | 27.38 | 50.06 | - |
| YUV | 144.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 187 | 0 | 0.55 | 0.15 | 0.14 | 315.87 | 0.63 | 0.62 |
| Hex | DB | 62 | BB | 0 | 37 | F | E | 13C | 3F | 3E |
| Octal | 333 | 142 | 273 | 0 | 67 | 17 | 16 | 474 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10111011 | 0 | 110111 | 1111 | 1110 | 100111100 | 111111 | 111110 |
Color Harmonies of #DB62BB
Complementary color
Monochromatic Colors of #DB62BB
Black with #DB62BB
Text Example
Text Example
White with #DB62BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62BB; }
p { color: rgb(219,98,187); }
H1.HeaderClassName
{
color: #DB62BB;
}
.AnyTagClassName
{
color: #DB62BB;
}
</style>
background-color css
<style>
a { background-color: #DB62BB; }
a { background-color: rgb(219,98,187); }
div.DivClassName
{
background-color: #DB62BB;
}
.BgClassName
{
background-color: #DB62BB;
}
</style>
border-color css
<style>
span { border-color: #DB62BB; }
span { border-color: rgb(219,98,187); }
td.TdClassName
{
border-color: #DB62BB;
}
.TagClassName
{
border-color: #DB62BB;
}
</style>