Html Css Color HEX #DC5BD3 Free Speech Magenta
📋 copy color: '#DC5BD3'red 220 ◦ green 91 ◦ blue 211
Shades of Free Speech Magenta #DC5BD3
Tints of Free Speech Magenta #DC5BD3
RGB
CMYK
RGB Variations
Color information
#DC5BD3 (or 0xDC5BD3) is known color: Free Speech Magenta. HEX triplet: DC, 5B and D3. RGB value is (220,91,211). Sum of RGB (Red+Green+Blue) = 220+91+211=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5BD3 is #23A42C. Grayscale: #8E8E8E. Windows color (decimal): -2335789 or 13851612. OLE color: 13851612.
HSL color Cylindrical-coordinate representation of color #DC5BD3: hue angle of 304.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5BD3 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 211 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.14 |
| HSL | 304.19º | 0.65% | 0.61% | - |
| HSV(B) | 304.19º | 0.59% | 0.86% | - |
| XYZ | 45.01 | 27.4 | 64.54 | - |
| YUV | 143.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 211 | 0 | 0.59 | 0.04 | 0.14 | 304.19 | 0.65 | 0.61 |
| Hex | DC | 5B | D3 | 0 | 3B | 4 | E | 130 | 41 | 3D |
| Octal | 334 | 133 | 323 | 0 | 73 | 4 | 16 | 460 | 101 | 75 |
| Binary | 11011100 | 1011011 | 11010011 | 0 | 111011 | 100 | 1110 | 100110000 | 1000001 | 111101 |
Color Harmonies of #DC5BD3
Complementary color
Monochromatic Colors of #DC5BD3
Black with #DC5BD3
Text Example
Text Example
White with #DC5BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BD3; }
p { color: rgb(220,91,211); }
H1.HeaderClassName
{
color: #DC5BD3;
}
.AnyTagClassName
{
color: #DC5BD3;
}
</style>
background-color css
<style>
a { background-color: #DC5BD3; }
a { background-color: rgb(220,91,211); }
div.DivClassName
{
background-color: #DC5BD3;
}
.BgClassName
{
background-color: #DC5BD3;
}
</style>
border-color css
<style>
span { border-color: #DC5BD3; }
span { border-color: rgb(220,91,211); }
td.TdClassName
{
border-color: #DC5BD3;
}
.TagClassName
{
border-color: #DC5BD3;
}
</style>