Html Css Color HEX #DB63BC Free Speech Magenta
📋 copy color: '#DB63BC'red 219 ◦ green 99 ◦ blue 188
Shades of Free Speech Magenta #DB63BC
Tints of Free Speech Magenta #DB63BC
RGB
CMYK
RGB Variations
Color information
#DB63BC (or 0xDB63BC) is known color: Free Speech Magenta. HEX triplet: DB, 63 and BC. RGB value is (219,99,188). Sum of RGB (Red+Green+Blue) = 219+99+188=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63BC is #249C43. Grayscale: #909090. Windows color (decimal): -2399300 or 12346331. OLE color: 12346331.
HSL color Cylindrical-coordinate representation of color #DB63BC: hue angle of 315.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 #DB63BC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 188 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.14 |
| HSL | 315.5º | 0.63% | 0.62% | - |
| HSV(B) | 315.5º | 0.55% | 0.86% | - |
| XYZ | 42.75 | 27.61 | 50.65 | - |
| YUV | 145.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 188 | 0 | 0.55 | 0.14 | 0.14 | 315.5 | 0.63 | 0.62 |
| Hex | DB | 63 | BC | 0 | 37 | E | E | 13C | 3E | 3E |
| Octal | 333 | 143 | 274 | 0 | 67 | 16 | 16 | 474 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10111100 | 0 | 110111 | 1110 | 1110 | 100111100 | 111110 | 111110 |
Color Harmonies of #DB63BC
Complementary color
Monochromatic Colors of #DB63BC
Black with #DB63BC
Text Example
Text Example
White with #DB63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63BC; }
p { color: rgb(219,99,188); }
H1.HeaderClassName
{
color: #DB63BC;
}
.AnyTagClassName
{
color: #DB63BC;
}
</style>
background-color css
<style>
a { background-color: #DB63BC; }
a { background-color: rgb(219,99,188); }
div.DivClassName
{
background-color: #DB63BC;
}
.BgClassName
{
background-color: #DB63BC;
}
</style>
border-color css
<style>
span { border-color: #DB63BC; }
span { border-color: rgb(219,99,188); }
td.TdClassName
{
border-color: #DB63BC;
}
.TagClassName
{
border-color: #DB63BC;
}
</style>