Html Css Color HEX #DB62BC Free Speech Magenta
📋 copy color: '#DB62BC'red 219 ◦ green 98 ◦ blue 188
Shades of Free Speech Magenta #DB62BC
Tints of Free Speech Magenta #DB62BC
RGB
CMYK
RGB Variations
Color information
#DB62BC (or 0xDB62BC) is known color: Free Speech Magenta. HEX triplet: DB, 62 and BC. RGB value is (219,98,188). Sum of RGB (Red+Green+Blue) = 219+98+188=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62BC is #249D43. Grayscale: #909090. Windows color (decimal): -2399556 or 12346075. OLE color: 12346075.
HSL color Cylindrical-coordinate representation of color #DB62BC: hue angle of 315.37º 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 #DB62BC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 188 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.14 |
| HSL | 315.37º | 0.63% | 0.62% | - |
| HSV(B) | 315.37º | 0.55% | 0.86% | - |
| XYZ | 42.66 | 27.43 | 50.62 | - |
| YUV | 144.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 188 | 0 | 0.55 | 0.14 | 0.14 | 315.37 | 0.63 | 0.62 |
| Hex | DB | 62 | BC | 0 | 37 | E | E | 13B | 3F | 3E |
| Octal | 333 | 142 | 274 | 0 | 67 | 16 | 16 | 473 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10111100 | 0 | 110111 | 1110 | 1110 | 100111011 | 111111 | 111110 |
Color Harmonies of #DB62BC
Complementary color
Monochromatic Colors of #DB62BC
Black with #DB62BC
Text Example
Text Example
White with #DB62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62BC; }
p { color: rgb(219,98,188); }
H1.HeaderClassName
{
color: #DB62BC;
}
.AnyTagClassName
{
color: #DB62BC;
}
</style>
background-color css
<style>
a { background-color: #DB62BC; }
a { background-color: rgb(219,98,188); }
div.DivClassName
{
background-color: #DB62BC;
}
.BgClassName
{
background-color: #DB62BC;
}
</style>
border-color css
<style>
span { border-color: #DB62BC; }
span { border-color: rgb(219,98,188); }
td.TdClassName
{
border-color: #DB62BC;
}
.TagClassName
{
border-color: #DB62BC;
}
</style>