Html Css Color HEX #DB3DCC Free Speech Magenta
📋 copy color: '#DB3DCC'red 219 ◦ green 61 ◦ blue 204
Shades of Free Speech Magenta #DB3DCC
Tints of Free Speech Magenta #DB3DCC
RGB
CMYK
RGB Variations
Color information
#DB3DCC (or 0xDB3DCC) is known color: Free Speech Magenta. HEX triplet: DB, 3D and CC. RGB value is (219,61,204). Sum of RGB (Red+Green+Blue) = 219+61+204=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DCC is #24C233. Grayscale: #7C7C7C. Windows color (decimal): -2409012 or 13385179. OLE color: 13385179.
HSL color Cylindrical-coordinate representation of color #DB3DCC: hue angle of 305.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DCC is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 204 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.14 |
| HSL | 305.7º | 0.69% | 0.55% | - |
| HSV(B) | 305.7º | 0.72% | 0.86% | - |
| XYZ | 41.78 | 22.76 | 59.32 | - |
| YUV | 124.54 | 172.85 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 204 | 0 | 0.72 | 0.07 | 0.14 | 305.7 | 0.69 | 0.55 |
| Hex | DB | 3D | CC | 0 | 48 | 7 | E | 132 | 45 | 37 |
| Octal | 333 | 75 | 314 | 0 | 110 | 7 | 16 | 462 | 105 | 67 |
| Binary | 11011011 | 111101 | 11001100 | 0 | 1001000 | 111 | 1110 | 100110010 | 1000101 | 110111 |
Color Harmonies of #DB3DCC
Complementary color
Monochromatic Colors of #DB3DCC
Black with #DB3DCC
Text Example
Text Example
White with #DB3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DCC; }
p { color: rgb(219,61,204); }
H1.HeaderClassName
{
color: #DB3DCC;
}
.AnyTagClassName
{
color: #DB3DCC;
}
</style>
background-color css
<style>
a { background-color: #DB3DCC; }
a { background-color: rgb(219,61,204); }
div.DivClassName
{
background-color: #DB3DCC;
}
.BgClassName
{
background-color: #DB3DCC;
}
</style>
border-color css
<style>
span { border-color: #DB3DCC; }
span { border-color: rgb(219,61,204); }
td.TdClassName
{
border-color: #DB3DCC;
}
.TagClassName
{
border-color: #DB3DCC;
}
</style>