Html Css Color HEX #DB48D3 Free Speech Magenta
📋 copy color: '#DB48D3'red 219 ◦ green 72 ◦ blue 211
Shades of Free Speech Magenta #DB48D3
Tints of Free Speech Magenta #DB48D3
RGB
CMYK
RGB Variations
Color information
#DB48D3 (or 0xDB48D3) is known color: Free Speech Magenta. HEX triplet: DB, 48 and D3. RGB value is (219,72,211). Sum of RGB (Red+Green+Blue) = 219+72+211=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48D3 is #24B72C. Grayscale: #838383. Windows color (decimal): -2406189 or 13846747. OLE color: 13846747.
HSL color Cylindrical-coordinate representation of color #DB48D3: hue angle of 303.27º 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 #DB48D3 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 211 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.14 |
| HSL | 303.27º | 0.67% | 0.57% | - |
| HSV(B) | 303.27º | 0.67% | 0.86% | - |
| XYZ | 43.29 | 24.4 | 64.06 | - |
| YUV | 131.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 211 | 0 | 0.67 | 0.04 | 0.14 | 303.27 | 0.67 | 0.57 |
| Hex | DB | 48 | D3 | 0 | 43 | 4 | E | 12F | 43 | 39 |
| Octal | 333 | 110 | 323 | 0 | 103 | 4 | 16 | 457 | 103 | 71 |
| Binary | 11011011 | 1001000 | 11010011 | 0 | 1000011 | 100 | 1110 | 100101111 | 1000011 | 111001 |
Color Harmonies of #DB48D3
Complementary color
Monochromatic Colors of #DB48D3
Black with #DB48D3
Text Example
Text Example
White with #DB48D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48D3; }
p { color: rgb(219,72,211); }
H1.HeaderClassName
{
color: #DB48D3;
}
.AnyTagClassName
{
color: #DB48D3;
}
</style>
background-color css
<style>
a { background-color: #DB48D3; }
a { background-color: rgb(219,72,211); }
div.DivClassName
{
background-color: #DB48D3;
}
.BgClassName
{
background-color: #DB48D3;
}
</style>
border-color css
<style>
span { border-color: #DB48D3; }
span { border-color: rgb(219,72,211); }
td.TdClassName
{
border-color: #DB48D3;
}
.TagClassName
{
border-color: #DB48D3;
}
</style>