Html Css Color HEX #DB38CF Free Speech Magenta
📋 copy color: '#DB38CF'red 219 ◦ green 56 ◦ blue 207
Shades of Free Speech Magenta #DB38CF
Tints of Free Speech Magenta #DB38CF
RGB
CMYK
RGB Variations
Color information
#DB38CF (or 0xDB38CF) is known color: Free Speech Magenta. HEX triplet: DB, 38 and CF. RGB value is (219,56,207). Sum of RGB (Red+Green+Blue) = 219+56+207=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38CF is #24C730. Grayscale: #797979. Windows color (decimal): -2410289 or 13580507. OLE color: 13580507.
HSL color Cylindrical-coordinate representation of color #DB38CF: hue angle of 304.42º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB38CF is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 207 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.14 |
| HSL | 304.42º | 0.69% | 0.54% | - |
| HSV(B) | 304.42º | 0.74% | 0.86% | - |
| XYZ | 41.89 | 22.39 | 61.15 | - |
| YUV | 121.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 207 | 0 | 0.74 | 0.05 | 0.14 | 304.42 | 0.69 | 0.54 |
| Hex | DB | 38 | CF | 0 | 4A | 5 | E | 130 | 45 | 36 |
| Octal | 333 | 70 | 317 | 0 | 112 | 5 | 16 | 460 | 105 | 66 |
| Binary | 11011011 | 111000 | 11001111 | 0 | 1001010 | 101 | 1110 | 100110000 | 1000101 | 110110 |
Color Harmonies of #DB38CF
Complementary color
Monochromatic Colors of #DB38CF
Black with #DB38CF
Text Example
Text Example
White with #DB38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38CF; }
p { color: rgb(219,56,207); }
H1.HeaderClassName
{
color: #DB38CF;
}
.AnyTagClassName
{
color: #DB38CF;
}
</style>
background-color css
<style>
a { background-color: #DB38CF; }
a { background-color: rgb(219,56,207); }
div.DivClassName
{
background-color: #DB38CF;
}
.BgClassName
{
background-color: #DB38CF;
}
</style>
border-color css
<style>
span { border-color: #DB38CF; }
span { border-color: rgb(219,56,207); }
td.TdClassName
{
border-color: #DB38CF;
}
.TagClassName
{
border-color: #DB38CF;
}
</style>