Html Css Color HEX #DB48CB Free Speech Magenta
📋 copy color: '#DB48CB'red 219 ◦ green 72 ◦ blue 203
Shades of Free Speech Magenta #DB48CB
Tints of Free Speech Magenta #DB48CB
RGB
CMYK
RGB Variations
Color information
#DB48CB (or 0xDB48CB) is known color: Free Speech Magenta. HEX triplet: DB, 48 and CB. RGB value is (219,72,203). Sum of RGB (Red+Green+Blue) = 219+72+203=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48CB is #24B734. Grayscale: #828282. Windows color (decimal): -2406197 or 13322459. OLE color: 13322459.
HSL color Cylindrical-coordinate representation of color #DB48CB: hue angle of 306.53º 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 #DB48CB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 203 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.14 |
| HSL | 306.53º | 0.67% | 0.57% | - |
| HSV(B) | 306.53º | 0.67% | 0.86% | - |
| XYZ | 42.31 | 24.01 | 58.9 | - |
| YUV | 130.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 203 | 0 | 0.67 | 0.07 | 0.14 | 306.53 | 0.67 | 0.57 |
| Hex | DB | 48 | CB | 0 | 43 | 7 | E | 133 | 43 | 39 |
| Octal | 333 | 110 | 313 | 0 | 103 | 7 | 16 | 463 | 103 | 71 |
| Binary | 11011011 | 1001000 | 11001011 | 0 | 1000011 | 111 | 1110 | 100110011 | 1000011 | 111001 |
Color Harmonies of #DB48CB
Complementary color
Monochromatic Colors of #DB48CB
Black with #DB48CB
Text Example
Text Example
White with #DB48CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48CB; }
p { color: rgb(219,72,203); }
H1.HeaderClassName
{
color: #DB48CB;
}
.AnyTagClassName
{
color: #DB48CB;
}
</style>
background-color css
<style>
a { background-color: #DB48CB; }
a { background-color: rgb(219,72,203); }
div.DivClassName
{
background-color: #DB48CB;
}
.BgClassName
{
background-color: #DB48CB;
}
</style>
border-color css
<style>
span { border-color: #DB48CB; }
span { border-color: rgb(219,72,203); }
td.TdClassName
{
border-color: #DB48CB;
}
.TagClassName
{
border-color: #DB48CB;
}
</style>