Html Css Color HEX #DC4CCE Free Speech Magenta
📋 copy color: '#DC4CCE'red 220 ◦ green 76 ◦ blue 206
Shades of Free Speech Magenta #DC4CCE
Tints of Free Speech Magenta #DC4CCE
RGB
CMYK
RGB Variations
Color information
#DC4CCE (or 0xDC4CCE) is known color: Free Speech Magenta. HEX triplet: DC, 4C and CE. RGB value is (220,76,206). Sum of RGB (Red+Green+Blue) = 220+76+206=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CCE is #23B331. Grayscale: #858585. Windows color (decimal): -2339634 or 13520092. OLE color: 13520092.
HSL color Cylindrical-coordinate representation of color #DC4CCE: hue angle of 305.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4CCE is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 206 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.14 |
| HSL | 305.83º | 0.67% | 0.58% | - |
| HSV(B) | 305.83º | 0.65% | 0.86% | - |
| XYZ | 43.24 | 24.84 | 60.91 | - |
| YUV | 133.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 206 | 0 | 0.65 | 0.06 | 0.14 | 305.83 | 0.67 | 0.58 |
| Hex | DC | 4C | CE | 0 | 41 | 6 | E | 132 | 43 | 3A |
| Octal | 334 | 114 | 316 | 0 | 101 | 6 | 16 | 462 | 103 | 72 |
| Binary | 11011100 | 1001100 | 11001110 | 0 | 1000001 | 110 | 1110 | 100110010 | 1000011 | 111010 |
Color Harmonies of #DC4CCE
Complementary color
Monochromatic Colors of #DC4CCE
Black with #DC4CCE
Text Example
Text Example
White with #DC4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CCE; }
p { color: rgb(220,76,206); }
H1.HeaderClassName
{
color: #DC4CCE;
}
.AnyTagClassName
{
color: #DC4CCE;
}
</style>
background-color css
<style>
a { background-color: #DC4CCE; }
a { background-color: rgb(220,76,206); }
div.DivClassName
{
background-color: #DC4CCE;
}
.BgClassName
{
background-color: #DC4CCE;
}
</style>
border-color css
<style>
span { border-color: #DC4CCE; }
span { border-color: rgb(220,76,206); }
td.TdClassName
{
border-color: #DC4CCE;
}
.TagClassName
{
border-color: #DC4CCE;
}
</style>