Html Css Color HEX #DF4BED Free Speech Magenta
📋 copy color: '#DF4BED'red 223 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #DF4BED
Tints of Free Speech Magenta #DF4BED
RGB
CMYK
RGB Variations
Color information
#DF4BED (or 0xDF4BED) is known color: Free Speech Magenta. HEX triplet: DF, 4B and ED. RGB value is (223,75,237). Sum of RGB (Red+Green+Blue) = 223+75+237=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4BED is #20B412. Grayscale: #898989. Windows color (decimal): -2143251 or 15551455. OLE color: 15551455.
HSL color Cylindrical-coordinate representation of color #DF4BED: hue angle of 294.81º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4BED is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 75 | 237 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.07 |
| HSL | 294.81º | 0.82% | 0.61% | - |
| HSV(B) | 294.81º | 0.68% | 0.93% | - |
| XYZ | 48.23 | 26.83 | 82.76 | - |
| YUV | 137.72 | 184.03 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 237 | 0.06 | 0.68 | 0 | 0.07 | 294.81 | 0.82 | 0.61 |
| Hex | DF | 4B | ED | 6 | 44 | 0 | 7 | 127 | 52 | 3D |
| Octal | 337 | 113 | 355 | 6 | 104 | 0 | 7 | 447 | 122 | 75 |
| Binary | 11011111 | 1001011 | 11101101 | 110 | 1000100 | 0 | 111 | 100100111 | 1010010 | 111101 |
Color Harmonies of #DF4BED
Complementary color
Monochromatic Colors of #DF4BED
Black with #DF4BED
Text Example
Text Example
White with #DF4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BED; }
p { color: rgb(223,75,237); }
H1.HeaderClassName
{
color: #DF4BED;
}
.AnyTagClassName
{
color: #DF4BED;
}
</style>
background-color css
<style>
a { background-color: #DF4BED; }
a { background-color: rgb(223,75,237); }
div.DivClassName
{
background-color: #DF4BED;
}
.BgClassName
{
background-color: #DF4BED;
}
</style>
border-color css
<style>
span { border-color: #DF4BED; }
span { border-color: rgb(223,75,237); }
td.TdClassName
{
border-color: #DF4BED;
}
.TagClassName
{
border-color: #DF4BED;
}
</style>