Html Css Color HEX #DB40CC Free Speech Magenta
📋 copy color: '#DB40CC'red 219 ◦ green 64 ◦ blue 204
Shades of Free Speech Magenta #DB40CC
Tints of Free Speech Magenta #DB40CC
RGB
CMYK
RGB Variations
Color information
#DB40CC (or 0xDB40CC) is known color: Free Speech Magenta. HEX triplet: DB, 40 and CC. RGB value is (219,64,204). Sum of RGB (Red+Green+Blue) = 219+64+204=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40CC is #24BF33. Grayscale: #7D7D7D. Windows color (decimal): -2408244 or 13385947. OLE color: 13385947.
HSL color Cylindrical-coordinate representation of color #DB40CC: hue angle of 305.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40CC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 204 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.14 |
| HSL | 305.81º | 0.68% | 0.55% | - |
| HSV(B) | 305.81º | 0.71% | 0.86% | - |
| XYZ | 41.95 | 23.09 | 59.37 | - |
| YUV | 126.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 204 | 0 | 0.71 | 0.07 | 0.14 | 305.81 | 0.68 | 0.55 |
| Hex | DB | 40 | CC | 0 | 47 | 7 | E | 132 | 44 | 37 |
| Octal | 333 | 100 | 314 | 0 | 107 | 7 | 16 | 462 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11001100 | 0 | 1000111 | 111 | 1110 | 100110010 | 1000100 | 110111 |
Color Harmonies of #DB40CC
Complementary color
Monochromatic Colors of #DB40CC
Black with #DB40CC
Text Example
Text Example
White with #DB40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40CC; }
p { color: rgb(219,64,204); }
H1.HeaderClassName
{
color: #DB40CC;
}
.AnyTagClassName
{
color: #DB40CC;
}
</style>
background-color css
<style>
a { background-color: #DB40CC; }
a { background-color: rgb(219,64,204); }
div.DivClassName
{
background-color: #DB40CC;
}
.BgClassName
{
background-color: #DB40CC;
}
</style>
border-color css
<style>
span { border-color: #DB40CC; }
span { border-color: rgb(219,64,204); }
td.TdClassName
{
border-color: #DB40CC;
}
.TagClassName
{
border-color: #DB40CC;
}
</style>