Html Css Color HEX #DF4BCC Free Speech Magenta
📋 copy color: '#DF4BCC'red 223 ◦ green 75 ◦ blue 204
Shades of Free Speech Magenta #DF4BCC
Tints of Free Speech Magenta #DF4BCC
RGB
CMYK
RGB Variations
Color information
#DF4BCC (or 0xDF4BCC) is known color: Free Speech Magenta. HEX triplet: DF, 4B and CC. RGB value is (223,75,204). Sum of RGB (Red+Green+Blue) = 223+75+204=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BCC is #20B433. Grayscale: #858585. Windows color (decimal): -2143284 or 13388767. OLE color: 13388767.
HSL color Cylindrical-coordinate representation of color #DF4BCC: hue angle of 307.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4BCC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 204 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.13 |
| HSL | 307.7º | 0.7% | 0.58% | - |
| HSV(B) | 307.7º | 0.66% | 0.87% | - |
| XYZ | 43.85 | 25.08 | 59.66 | - |
| YUV | 133.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 204 | 0 | 0.66 | 0.09 | 0.13 | 307.7 | 0.7 | 0.58 |
| Hex | DF | 4B | CC | 0 | 42 | 9 | D | 134 | 46 | 3A |
| Octal | 337 | 113 | 314 | 0 | 102 | 11 | 15 | 464 | 106 | 72 |
| Binary | 11011111 | 1001011 | 11001100 | 0 | 1000010 | 1001 | 1101 | 100110100 | 1000110 | 111010 |
Color Harmonies of #DF4BCC
Complementary color
Monochromatic Colors of #DF4BCC
Black with #DF4BCC
Text Example
Text Example
White with #DF4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BCC; }
p { color: rgb(223,75,204); }
H1.HeaderClassName
{
color: #DF4BCC;
}
.AnyTagClassName
{
color: #DF4BCC;
}
</style>
background-color css
<style>
a { background-color: #DF4BCC; }
a { background-color: rgb(223,75,204); }
div.DivClassName
{
background-color: #DF4BCC;
}
.BgClassName
{
background-color: #DF4BCC;
}
</style>
border-color css
<style>
span { border-color: #DF4BCC; }
span { border-color: rgb(223,75,204); }
td.TdClassName
{
border-color: #DF4BCC;
}
.TagClassName
{
border-color: #DF4BCC;
}
</style>