Html Css Color HEX #DB40CD Free Speech Magenta
📋 copy color: '#DB40CD'red 219 ◦ green 64 ◦ blue 205
Shades of Free Speech Magenta #DB40CD
Tints of Free Speech Magenta #DB40CD
RGB
CMYK
RGB Variations
Color information
#DB40CD (or 0xDB40CD) is known color: Free Speech Magenta. HEX triplet: DB, 40 and CD. RGB value is (219,64,205). Sum of RGB (Red+Green+Blue) = 219+64+205=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40CD is #24BF32. Grayscale: #7E7E7E. Windows color (decimal): -2408243 or 13451483. OLE color: 13451483.
HSL color Cylindrical-coordinate representation of color #DB40CD: hue angle of 305.42º 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 #DB40CD is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 205 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.14 |
| HSL | 305.42º | 0.68% | 0.55% | - |
| HSV(B) | 305.42º | 0.71% | 0.86% | - |
| XYZ | 42.07 | 23.13 | 60.01 | - |
| YUV | 126.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 205 | 0 | 0.71 | 0.06 | 0.14 | 305.42 | 0.68 | 0.55 |
| Hex | DB | 40 | CD | 0 | 47 | 6 | E | 131 | 44 | 37 |
| Octal | 333 | 100 | 315 | 0 | 107 | 6 | 16 | 461 | 104 | 67 |
| Binary | 11011011 | 1000000 | 11001101 | 0 | 1000111 | 110 | 1110 | 100110001 | 1000100 | 110111 |
Color Harmonies of #DB40CD
Complementary color
Monochromatic Colors of #DB40CD
Black with #DB40CD
Text Example
Text Example
White with #DB40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40CD; }
p { color: rgb(219,64,205); }
H1.HeaderClassName
{
color: #DB40CD;
}
.AnyTagClassName
{
color: #DB40CD;
}
</style>
background-color css
<style>
a { background-color: #DB40CD; }
a { background-color: rgb(219,64,205); }
div.DivClassName
{
background-color: #DB40CD;
}
.BgClassName
{
background-color: #DB40CD;
}
</style>
border-color css
<style>
span { border-color: #DB40CD; }
span { border-color: rgb(219,64,205); }
td.TdClassName
{
border-color: #DB40CD;
}
.TagClassName
{
border-color: #DB40CD;
}
</style>