Html Css Color HEX #DF4BCE Free Speech Magenta
📋 copy color: '#DF4BCE'red 223 ◦ green 75 ◦ blue 206
Shades of Free Speech Magenta #DF4BCE
Tints of Free Speech Magenta #DF4BCE
RGB
CMYK
RGB Variations
Color information
#DF4BCE (or 0xDF4BCE) is known color: Free Speech Magenta. HEX triplet: DF, 4B and CE. RGB value is (223,75,206). Sum of RGB (Red+Green+Blue) = 223+75+206=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BCE is #20B431. Grayscale: #858585. Windows color (decimal): -2143282 or 13519839. OLE color: 13519839.
HSL color Cylindrical-coordinate representation of color #DF4BCE: hue angle of 306.89º 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 #DF4BCE is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 206 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.13 |
| HSL | 306.89º | 0.7% | 0.58% | - |
| HSV(B) | 306.89º | 0.66% | 0.87% | - |
| XYZ | 44.09 | 25.18 | 60.93 | - |
| YUV | 134.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 206 | 0 | 0.66 | 0.08 | 0.13 | 306.89 | 0.7 | 0.58 |
| Hex | DF | 4B | CE | 0 | 42 | 8 | D | 133 | 46 | 3A |
| Octal | 337 | 113 | 316 | 0 | 102 | 10 | 15 | 463 | 106 | 72 |
| Binary | 11011111 | 1001011 | 11001110 | 0 | 1000010 | 1000 | 1101 | 100110011 | 1000110 | 111010 |
Color Harmonies of #DF4BCE
Complementary color
Monochromatic Colors of #DF4BCE
Black with #DF4BCE
Text Example
Text Example
White with #DF4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BCE; }
p { color: rgb(223,75,206); }
H1.HeaderClassName
{
color: #DF4BCE;
}
.AnyTagClassName
{
color: #DF4BCE;
}
</style>
background-color css
<style>
a { background-color: #DF4BCE; }
a { background-color: rgb(223,75,206); }
div.DivClassName
{
background-color: #DF4BCE;
}
.BgClassName
{
background-color: #DF4BCE;
}
</style>
border-color css
<style>
span { border-color: #DF4BCE; }
span { border-color: rgb(223,75,206); }
td.TdClassName
{
border-color: #DF4BCE;
}
.TagClassName
{
border-color: #DF4BCE;
}
</style>