Html Css Color HEX #DC5DD1 Free Speech Magenta
📋 copy color: '#DC5DD1'red 220 ◦ green 93 ◦ blue 209
Shades of Free Speech Magenta #DC5DD1
Tints of Free Speech Magenta #DC5DD1
RGB
CMYK
RGB Variations
Color information
#DC5DD1 (or 0xDC5DD1) is known color: Free Speech Magenta. HEX triplet: DC, 5D and D1. RGB value is (220,93,209). Sum of RGB (Red+Green+Blue) = 220+93+209=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DD1 is #23A22E. Grayscale: #8F8F8F. Windows color (decimal): -2335279 or 13721052. OLE color: 13721052.
HSL color Cylindrical-coordinate representation of color #DC5DD1: hue angle of 305.2º 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 #DC5DD1 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 209 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.14 |
| HSL | 305.2º | 0.64% | 0.61% | - |
| HSV(B) | 305.2º | 0.58% | 0.86% | - |
| XYZ | 44.94 | 27.65 | 63.29 | - |
| YUV | 144.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 209 | 0 | 0.58 | 0.05 | 0.14 | 305.2 | 0.64 | 0.61 |
| Hex | DC | 5D | D1 | 0 | 3A | 5 | E | 131 | 40 | 3D |
| Octal | 334 | 135 | 321 | 0 | 72 | 5 | 16 | 461 | 100 | 75 |
| Binary | 11011100 | 1011101 | 11010001 | 0 | 111010 | 101 | 1110 | 100110001 | 1000000 | 111101 |
Color Harmonies of #DC5DD1
Complementary color
Monochromatic Colors of #DC5DD1
Black with #DC5DD1
Text Example
Text Example
White with #DC5DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DD1; }
p { color: rgb(220,93,209); }
H1.HeaderClassName
{
color: #DC5DD1;
}
.AnyTagClassName
{
color: #DC5DD1;
}
</style>
background-color css
<style>
a { background-color: #DC5DD1; }
a { background-color: rgb(220,93,209); }
div.DivClassName
{
background-color: #DC5DD1;
}
.BgClassName
{
background-color: #DC5DD1;
}
</style>
border-color css
<style>
span { border-color: #DC5DD1; }
span { border-color: rgb(220,93,209); }
td.TdClassName
{
border-color: #DC5DD1;
}
.TagClassName
{
border-color: #DC5DD1;
}
</style>