Html Css Color HEX #DB5DC3 Free Speech Magenta
📋 copy color: '#DB5DC3'red 219 ◦ green 93 ◦ blue 195
Shades of Free Speech Magenta #DB5DC3
Tints of Free Speech Magenta #DB5DC3
RGB
CMYK
RGB Variations
Color information
#DB5DC3 (or 0xDB5DC3) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C3. RGB value is (219,93,195). Sum of RGB (Red+Green+Blue) = 219+93+195=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC3 is #24A23C. Grayscale: #8E8E8E. Windows color (decimal): -2400829 or 12803547. OLE color: 12803547.
HSL color Cylindrical-coordinate representation of color #DB5DC3: hue angle of 311.43º 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 #DB5DC3 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 195 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.14 |
| HSL | 311.43º | 0.64% | 0.61% | - |
| HSV(B) | 311.43º | 0.58% | 0.86% | - |
| XYZ | 42.98 | 26.83 | 54.54 | - |
| YUV | 142.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 195 | 0 | 0.58 | 0.11 | 0.14 | 311.43 | 0.64 | 0.61 |
| Hex | DB | 5D | C3 | 0 | 3A | B | E | 137 | 40 | 3D |
| Octal | 333 | 135 | 303 | 0 | 72 | 13 | 16 | 467 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11000011 | 0 | 111010 | 1011 | 1110 | 100110111 | 1000000 | 111101 |
Color Harmonies of #DB5DC3
Complementary color
Monochromatic Colors of #DB5DC3
Black with #DB5DC3
Text Example
Text Example
White with #DB5DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC3; }
p { color: rgb(219,93,195); }
H1.HeaderClassName
{
color: #DB5DC3;
}
.AnyTagClassName
{
color: #DB5DC3;
}
</style>
background-color css
<style>
a { background-color: #DB5DC3; }
a { background-color: rgb(219,93,195); }
div.DivClassName
{
background-color: #DB5DC3;
}
.BgClassName
{
background-color: #DB5DC3;
}
</style>
border-color css
<style>
span { border-color: #DB5DC3; }
span { border-color: rgb(219,93,195); }
td.TdClassName
{
border-color: #DB5DC3;
}
.TagClassName
{
border-color: #DB5DC3;
}
</style>