Html Css Color HEX #DB42DD Free Speech Magenta
📋 copy color: '#DB42DD'red 219 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #DB42DD
Tints of Free Speech Magenta #DB42DD
RGB
CMYK
RGB Variations
Color information
#DB42DD (or 0xDB42DD) is known color: Free Speech Magenta. HEX triplet: DB, 42 and DD. RGB value is (219,66,221). Sum of RGB (Red+Green+Blue) = 219+66+221=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42DD is #24BD22. Grayscale: #808080. Windows color (decimal): -2407715 or 14500571. OLE color: 14500571.
HSL color Cylindrical-coordinate representation of color #DB42DD: hue angle of 299.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42DD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 66 | 221 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.13 |
| HSL | 299.23º | 0.7% | 0.56% | - |
| HSV(B) | 299.23º | 0.7% | 0.87% | - |
| XYZ | 44.21 | 24.18 | 70.74 | - |
| YUV | 129.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 221 | 0.01 | 0.70 | 0 | 0.13 | 299.23 | 0.7 | 0.56 |
| Hex | DB | 42 | DD | 1 | 46 | 0 | D | 12B | 46 | 38 |
| Octal | 333 | 102 | 335 | 1 | 106 | 0 | 15 | 453 | 106 | 70 |
| Binary | 11011011 | 1000010 | 11011101 | 1 | 1000110 | 0 | 1101 | 100101011 | 1000110 | 111000 |
Color Harmonies of #DB42DD
Complementary color
Monochromatic Colors of #DB42DD
Black with #DB42DD
Text Example
Text Example
White with #DB42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42DD; }
p { color: rgb(219,66,221); }
H1.HeaderClassName
{
color: #DB42DD;
}
.AnyTagClassName
{
color: #DB42DD;
}
</style>
background-color css
<style>
a { background-color: #DB42DD; }
a { background-color: rgb(219,66,221); }
div.DivClassName
{
background-color: #DB42DD;
}
.BgClassName
{
background-color: #DB42DD;
}
</style>
border-color css
<style>
span { border-color: #DB42DD; }
span { border-color: rgb(219,66,221); }
td.TdClassName
{
border-color: #DB42DD;
}
.TagClassName
{
border-color: #DB42DD;
}
</style>