Html Css Color HEX #DB48D4 Free Speech Magenta
📋 copy color: '#DB48D4'red 219 ◦ green 72 ◦ blue 212
Shades of Free Speech Magenta #DB48D4
Tints of Free Speech Magenta #DB48D4
RGB
CMYK
RGB Variations
Color information
#DB48D4 (or 0xDB48D4) is known color: Free Speech Magenta. HEX triplet: DB, 48 and D4. RGB value is (219,72,212). Sum of RGB (Red+Green+Blue) = 219+72+212=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48D4 is #24B72B. Grayscale: #838383. Windows color (decimal): -2406188 or 13912283. OLE color: 13912283.
HSL color Cylindrical-coordinate representation of color #DB48D4: hue angle of 302.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48D4 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 212 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.14 |
| HSL | 302.86º | 0.67% | 0.57% | - |
| HSV(B) | 302.86º | 0.67% | 0.86% | - |
| XYZ | 43.41 | 24.45 | 64.72 | - |
| YUV | 131.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 212 | 0 | 0.67 | 0.03 | 0.14 | 302.86 | 0.67 | 0.57 |
| Hex | DB | 48 | D4 | 0 | 43 | 3 | E | 12F | 43 | 39 |
| Octal | 333 | 110 | 324 | 0 | 103 | 3 | 16 | 457 | 103 | 71 |
| Binary | 11011011 | 1001000 | 11010100 | 0 | 1000011 | 11 | 1110 | 100101111 | 1000011 | 111001 |
Color Harmonies of #DB48D4
Complementary color
Monochromatic Colors of #DB48D4
Black with #DB48D4
Text Example
Text Example
White with #DB48D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48D4; }
p { color: rgb(219,72,212); }
H1.HeaderClassName
{
color: #DB48D4;
}
.AnyTagClassName
{
color: #DB48D4;
}
</style>
background-color css
<style>
a { background-color: #DB48D4; }
a { background-color: rgb(219,72,212); }
div.DivClassName
{
background-color: #DB48D4;
}
.BgClassName
{
background-color: #DB48D4;
}
</style>
border-color css
<style>
span { border-color: #DB48D4; }
span { border-color: rgb(219,72,212); }
td.TdClassName
{
border-color: #DB48D4;
}
.TagClassName
{
border-color: #DB48D4;
}
</style>