Html Css Color HEX #DB38CC Free Speech Magenta
📋 copy color: '#DB38CC'red 219 ◦ green 56 ◦ blue 204
Shades of Free Speech Magenta #DB38CC
Tints of Free Speech Magenta #DB38CC
RGB
CMYK
RGB Variations
Color information
#DB38CC (or 0xDB38CC) is known color: Free Speech Magenta. HEX triplet: DB, 38 and CC. RGB value is (219,56,204). Sum of RGB (Red+Green+Blue) = 219+56+204=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38CC is #24C733. Grayscale: #797979. Windows color (decimal): -2410292 or 13383899. OLE color: 13383899.
HSL color Cylindrical-coordinate representation of color #DB38CC: hue angle of 305.52º 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 #DB38CC is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 204 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.14 |
| HSL | 305.52º | 0.69% | 0.54% | - |
| HSV(B) | 305.52º | 0.74% | 0.86% | - |
| XYZ | 41.53 | 22.25 | 59.23 | - |
| YUV | 121.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 204 | 0 | 0.74 | 0.07 | 0.14 | 305.52 | 0.69 | 0.54 |
| Hex | DB | 38 | CC | 0 | 4A | 7 | E | 132 | 45 | 36 |
| Octal | 333 | 70 | 314 | 0 | 112 | 7 | 16 | 462 | 105 | 66 |
| Binary | 11011011 | 111000 | 11001100 | 0 | 1001010 | 111 | 1110 | 100110010 | 1000101 | 110110 |
Color Harmonies of #DB38CC
Complementary color
Monochromatic Colors of #DB38CC
Black with #DB38CC
Text Example
Text Example
White with #DB38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38CC; }
p { color: rgb(219,56,204); }
H1.HeaderClassName
{
color: #DB38CC;
}
.AnyTagClassName
{
color: #DB38CC;
}
</style>
background-color css
<style>
a { background-color: #DB38CC; }
a { background-color: rgb(219,56,204); }
div.DivClassName
{
background-color: #DB38CC;
}
.BgClassName
{
background-color: #DB38CC;
}
</style>
border-color css
<style>
span { border-color: #DB38CC; }
span { border-color: rgb(219,56,204); }
td.TdClassName
{
border-color: #DB38CC;
}
.TagClassName
{
border-color: #DB38CC;
}
</style>