Html Css Color HEX #DB5DC2 Free Speech Magenta
📋 copy color: '#DB5DC2'red 219 ◦ green 93 ◦ blue 194
Shades of Free Speech Magenta #DB5DC2
Tints of Free Speech Magenta #DB5DC2
RGB
CMYK
RGB Variations
Color information
#DB5DC2 (or 0xDB5DC2) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C2. RGB value is (219,93,194). Sum of RGB (Red+Green+Blue) = 219+93+194=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC2 is #24A23D. Grayscale: #8D8D8D. Windows color (decimal): -2400830 or 12738011. OLE color: 12738011.
HSL color Cylindrical-coordinate representation of color #DB5DC2: hue angle of 311.9º 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 #DB5DC2 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 194 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.14 |
| HSL | 311.9º | 0.64% | 0.61% | - |
| HSV(B) | 311.9º | 0.58% | 0.86% | - |
| XYZ | 42.87 | 26.78 | 53.95 | - |
| YUV | 142.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 194 | 0 | 0.58 | 0.11 | 0.14 | 311.9 | 0.64 | 0.61 |
| Hex | DB | 5D | C2 | 0 | 3A | B | E | 138 | 40 | 3D |
| Octal | 333 | 135 | 302 | 0 | 72 | 13 | 16 | 470 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11000010 | 0 | 111010 | 1011 | 1110 | 100111000 | 1000000 | 111101 |
Color Harmonies of #DB5DC2
Complementary color
Monochromatic Colors of #DB5DC2
Black with #DB5DC2
Text Example
Text Example
White with #DB5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC2; }
p { color: rgb(219,93,194); }
H1.HeaderClassName
{
color: #DB5DC2;
}
.AnyTagClassName
{
color: #DB5DC2;
}
</style>
background-color css
<style>
a { background-color: #DB5DC2; }
a { background-color: rgb(219,93,194); }
div.DivClassName
{
background-color: #DB5DC2;
}
.BgClassName
{
background-color: #DB5DC2;
}
</style>
border-color css
<style>
span { border-color: #DB5DC2; }
span { border-color: rgb(219,93,194); }
td.TdClassName
{
border-color: #DB5DC2;
}
.TagClassName
{
border-color: #DB5DC2;
}
</style>