Html Css Color HEX #DB5DD4 Free Speech Magenta
📋 copy color: '#DB5DD4'red 219 ◦ green 93 ◦ blue 212
Shades of Free Speech Magenta #DB5DD4
Tints of Free Speech Magenta #DB5DD4
RGB
CMYK
RGB Variations
Color information
#DB5DD4 (or 0xDB5DD4) is known color: Free Speech Magenta. HEX triplet: DB, 5D and D4. RGB value is (219,93,212). Sum of RGB (Red+Green+Blue) = 219+93+212=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DD4 is #24A22B. Grayscale: #8F8F8F. Windows color (decimal): -2400812 or 13917659. OLE color: 13917659.
HSL color Cylindrical-coordinate representation of color #DB5DD4: hue angle of 303.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DD4 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 212 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.14 |
| HSL | 303.33º | 0.64% | 0.61% | - |
| HSV(B) | 303.33º | 0.58% | 0.86% | - |
| XYZ | 45.01 | 27.64 | 65.25 | - |
| YUV | 144.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 212 | 0 | 0.58 | 0.03 | 0.14 | 303.33 | 0.64 | 0.61 |
| Hex | DB | 5D | D4 | 0 | 3A | 3 | E | 12F | 40 | 3D |
| Octal | 333 | 135 | 324 | 0 | 72 | 3 | 16 | 457 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11010100 | 0 | 111010 | 11 | 1110 | 100101111 | 1000000 | 111101 |
Color Harmonies of #DB5DD4
Complementary color
Monochromatic Colors of #DB5DD4
Black with #DB5DD4
Text Example
Text Example
White with #DB5DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DD4; }
p { color: rgb(219,93,212); }
H1.HeaderClassName
{
color: #DB5DD4;
}
.AnyTagClassName
{
color: #DB5DD4;
}
</style>
background-color css
<style>
a { background-color: #DB5DD4; }
a { background-color: rgb(219,93,212); }
div.DivClassName
{
background-color: #DB5DD4;
}
.BgClassName
{
background-color: #DB5DD4;
}
</style>
border-color css
<style>
span { border-color: #DB5DD4; }
span { border-color: rgb(219,93,212); }
td.TdClassName
{
border-color: #DB5DD4;
}
.TagClassName
{
border-color: #DB5DD4;
}
</style>