Html Css Color HEX #DF4BDA Free Speech Magenta
📋 copy color: '#DF4BDA'red 223 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #DF4BDA
Tints of Free Speech Magenta #DF4BDA
RGB
CMYK
RGB Variations
Color information
#DF4BDA (or 0xDF4BDA) is known color: Free Speech Magenta. HEX triplet: DF, 4B and DA. RGB value is (223,75,218). Sum of RGB (Red+Green+Blue) = 223+75+218=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BDA is #20B425. Grayscale: #878787. Windows color (decimal): -2143270 or 14306271. OLE color: 14306271.
HSL color Cylindrical-coordinate representation of color #DF4BDA: hue angle of 302.03º 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 #DF4BDA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 218 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.13 |
| HSL | 302.03º | 0.7% | 0.58% | - |
| HSV(B) | 302.03º | 0.66% | 0.87% | - |
| XYZ | 45.6 | 25.78 | 68.9 | - |
| YUV | 135.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 218 | 0 | 0.66 | 0.02 | 0.13 | 302.03 | 0.7 | 0.58 |
| Hex | DF | 4B | DA | 0 | 42 | 2 | D | 12E | 46 | 3A |
| Octal | 337 | 113 | 332 | 0 | 102 | 2 | 15 | 456 | 106 | 72 |
| Binary | 11011111 | 1001011 | 11011010 | 0 | 1000010 | 10 | 1101 | 100101110 | 1000110 | 111010 |
Color Harmonies of #DF4BDA
Complementary color
Monochromatic Colors of #DF4BDA
Black with #DF4BDA
Text Example
Text Example
White with #DF4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BDA; }
p { color: rgb(223,75,218); }
H1.HeaderClassName
{
color: #DF4BDA;
}
.AnyTagClassName
{
color: #DF4BDA;
}
</style>
background-color css
<style>
a { background-color: #DF4BDA; }
a { background-color: rgb(223,75,218); }
div.DivClassName
{
background-color: #DF4BDA;
}
.BgClassName
{
background-color: #DF4BDA;
}
</style>
border-color css
<style>
span { border-color: #DF4BDA; }
span { border-color: rgb(223,75,218); }
td.TdClassName
{
border-color: #DF4BDA;
}
.TagClassName
{
border-color: #DF4BDA;
}
</style>