Html Css Color HEX #DB63CC Free Speech Magenta
📋 copy color: '#DB63CC'red 219 ◦ green 99 ◦ blue 204
Shades of Free Speech Magenta #DB63CC
Tints of Free Speech Magenta #DB63CC
RGB
CMYK
RGB Variations
Color information
#DB63CC (or 0xDB63CC) is known color: Free Speech Magenta. HEX triplet: DB, 63 and CC. RGB value is (219,99,204). Sum of RGB (Red+Green+Blue) = 219+99+204=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63CC is #249C33. Grayscale: #929292. Windows color (decimal): -2399284 or 13394907. OLE color: 13394907.
HSL color Cylindrical-coordinate representation of color #DB63CC: hue angle of 307.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 #DB63CC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 204 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.14 |
| HSL | 307.5º | 0.63% | 0.62% | - |
| HSV(B) | 307.5º | 0.55% | 0.86% | - |
| XYZ | 44.57 | 28.34 | 60.25 | - |
| YUV | 146.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 204 | 0 | 0.55 | 0.07 | 0.14 | 307.5 | 0.63 | 0.62 |
| Hex | DB | 63 | CC | 0 | 37 | 7 | E | 134 | 3E | 3E |
| Octal | 333 | 143 | 314 | 0 | 67 | 7 | 16 | 464 | 76 | 76 |
| Binary | 11011011 | 1100011 | 11001100 | 0 | 110111 | 111 | 1110 | 100110100 | 111110 | 111110 |
Color Harmonies of #DB63CC
Complementary color
Monochromatic Colors of #DB63CC
Black with #DB63CC
Text Example
Text Example
White with #DB63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63CC; }
p { color: rgb(219,99,204); }
H1.HeaderClassName
{
color: #DB63CC;
}
.AnyTagClassName
{
color: #DB63CC;
}
</style>
background-color css
<style>
a { background-color: #DB63CC; }
a { background-color: rgb(219,99,204); }
div.DivClassName
{
background-color: #DB63CC;
}
.BgClassName
{
background-color: #DB63CC;
}
</style>
border-color css
<style>
span { border-color: #DB63CC; }
span { border-color: rgb(219,99,204); }
td.TdClassName
{
border-color: #DB63CC;
}
.TagClassName
{
border-color: #DB63CC;
}
</style>