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