Html Css Color HEX #DF4CCE Free Speech Magenta
📋 copy color: '#DF4CCE'red 223 ◦ green 76 ◦ blue 206
Shades of Free Speech Magenta #DF4CCE
Tints of Free Speech Magenta #DF4CCE
RGB
CMYK
RGB Variations
Color information
#DF4CCE (or 0xDF4CCE) is known color: Free Speech Magenta. HEX triplet: DF, 4C and CE. RGB value is (223,76,206). Sum of RGB (Red+Green+Blue) = 223+76+206=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4CCE is #20B331. Grayscale: #868686. Windows color (decimal): -2143026 or 13520095. OLE color: 13520095.
HSL color Cylindrical-coordinate representation of color #DF4CCE: hue angle of 306.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CCE is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 206 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.13 |
| HSL | 306.94º | 0.7% | 0.59% | - |
| HSV(B) | 306.94º | 0.66% | 0.87% | - |
| XYZ | 44.16 | 25.31 | 60.95 | - |
| YUV | 134.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 206 | 0 | 0.66 | 0.08 | 0.13 | 306.94 | 0.7 | 0.59 |
| Hex | DF | 4C | CE | 0 | 42 | 8 | D | 133 | 46 | 3B |
| Octal | 337 | 114 | 316 | 0 | 102 | 10 | 15 | 463 | 106 | 73 |
| Binary | 11011111 | 1001100 | 11001110 | 0 | 1000010 | 1000 | 1101 | 100110011 | 1000110 | 111011 |
Color Harmonies of #DF4CCE
Complementary color
Monochromatic Colors of #DF4CCE
Black with #DF4CCE
Text Example
Text Example
White with #DF4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CCE; }
p { color: rgb(223,76,206); }
H1.HeaderClassName
{
color: #DF4CCE;
}
.AnyTagClassName
{
color: #DF4CCE;
}
</style>
background-color css
<style>
a { background-color: #DF4CCE; }
a { background-color: rgb(223,76,206); }
div.DivClassName
{
background-color: #DF4CCE;
}
.BgClassName
{
background-color: #DF4CCE;
}
</style>
border-color css
<style>
span { border-color: #DF4CCE; }
span { border-color: rgb(223,76,206); }
td.TdClassName
{
border-color: #DF4CCE;
}
.TagClassName
{
border-color: #DF4CCE;
}
</style>