Html Css Color HEX #DB63CF Free Speech Magenta
📋 copy color: '#DB63CF'red 219 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #DB63CF
Tints of Free Speech Magenta #DB63CF
RGB
CMYK
RGB Variations
Color information
#DB63CF (or 0xDB63CF) is known color: Free Speech Magenta. HEX triplet: DB, 63 and CF. RGB value is (219,99,207). Sum of RGB (Red+Green+Blue) = 219+99+207=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63CF is #249C30. Grayscale: #929292. Windows color (decimal): -2399281 or 13591515. OLE color: 13591515.
HSL color Cylindrical-coordinate representation of color #DB63CF: hue angle of 306º 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 #DB63CF is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 207 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 306º | 0.63% | 0.62% | - |
| HSV(B) | 306º | 0.55% | 0.86% | - |
| XYZ | 44.94 | 28.49 | 62.16 | - |
| YUV | 147.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 207 | 0 | 0.55 | 0.05 | 0.14 | 306 | 0.63 | 0.62 |
| Hex | DB | 63 | CF | 0 | 37 | 5 | E | 132 | 3E | 3E |
| Octal | 333 | 143 | 317 | 0 | 67 | 5 | 16 | 462 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11001111 | 0 | 110111 | 101 | 1110 | 100110010 | 111110 | 111110 |
Color Harmonies of #DB63CF
Complementary color
Monochromatic Colors of #DB63CF
Black with #DB63CF
Text Example
Text Example
White with #DB63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63CF; }
p { color: rgb(219,99,207); }
H1.HeaderClassName
{
color: #DB63CF;
}
.AnyTagClassName
{
color: #DB63CF;
}
</style>
background-color css
<style>
a { background-color: #DB63CF; }
a { background-color: rgb(219,99,207); }
div.DivClassName
{
background-color: #DB63CF;
}
.BgClassName
{
background-color: #DB63CF;
}
</style>
border-color css
<style>
span { border-color: #DB63CF; }
span { border-color: rgb(219,99,207); }
td.TdClassName
{
border-color: #DB63CF;
}
.TagClassName
{
border-color: #DB63CF;
}
</style>