Html Css Color HEX #DB63B8 Free Speech Magenta
📋 copy color: '#DB63B8'red 219 ◦ green 99 ◦ blue 184
Shades of Free Speech Magenta #DB63B8
Tints of Free Speech Magenta #DB63B8
RGB
CMYK
RGB Variations
Color information
#DB63B8 (or 0xDB63B8) is known color: Free Speech Magenta. HEX triplet: DB, 63 and B8. RGB value is (219,99,184). Sum of RGB (Red+Green+Blue) = 219+99+184=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63B8 is #249C47. Grayscale: #909090. Windows color (decimal): -2399304 or 12084187. OLE color: 12084187.
HSL color Cylindrical-coordinate representation of color #DB63B8: hue angle of 317.5º degrees, saturation: 0.62, 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 #DB63B8 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 184 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.14 |
| HSL | 317.5º | 0.63% | 0.62% | - |
| HSV(B) | 317.5º | 0.55% | 0.86% | - |
| XYZ | 42.33 | 27.44 | 48.41 | - |
| YUV | 144.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 184 | 0 | 0.55 | 0.16 | 0.14 | 317.5 | 0.63 | 0.62 |
| Hex | DB | 63 | B8 | 0 | 37 | 10 | E | 13E | 3E | 3E |
| Octal | 333 | 143 | 270 | 0 | 67 | 20 | 16 | 476 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10111000 | 0 | 110111 | 10000 | 1110 | 100111110 | 111110 | 111110 |
Color Harmonies of #DB63B8
Complementary color
Monochromatic Colors of #DB63B8
Black with #DB63B8
Text Example
Text Example
White with #DB63B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63B8; }
p { color: rgb(219,99,184); }
H1.HeaderClassName
{
color: #DB63B8;
}
.AnyTagClassName
{
color: #DB63B8;
}
</style>
background-color css
<style>
a { background-color: #DB63B8; }
a { background-color: rgb(219,99,184); }
div.DivClassName
{
background-color: #DB63B8;
}
.BgClassName
{
background-color: #DB63B8;
}
</style>
border-color css
<style>
span { border-color: #DB63B8; }
span { border-color: rgb(219,99,184); }
td.TdClassName
{
border-color: #DB63B8;
}
.TagClassName
{
border-color: #DB63B8;
}
</style>