Html Css Color HEX #DF4AD1 Free Speech Magenta
📋 copy color: '#DF4AD1'red 223 ◦ green 74 ◦ blue 209
Shades of Free Speech Magenta #DF4AD1
Tints of Free Speech Magenta #DF4AD1
RGB
CMYK
RGB Variations
Color information
#DF4AD1 (or 0xDF4AD1) is known color: Free Speech Magenta. HEX triplet: DF, 4A and D1. RGB value is (223,74,209). Sum of RGB (Red+Green+Blue) = 223+74+209=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AD1 is #20B52E. Grayscale: #858585. Windows color (decimal): -2143535 or 13716191. OLE color: 13716191.
HSL color Cylindrical-coordinate representation of color #DF4AD1: hue angle of 305.64º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4AD1 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 209 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.13 |
| HSL | 305.64º | 0.7% | 0.58% | - |
| HSV(B) | 305.64º | 0.67% | 0.87% | - |
| XYZ | 44.39 | 25.19 | 62.84 | - |
| YUV | 133.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 209 | 0 | 0.67 | 0.06 | 0.13 | 305.64 | 0.7 | 0.58 |
| Hex | DF | 4A | D1 | 0 | 43 | 6 | D | 132 | 46 | 3A |
| Octal | 337 | 112 | 321 | 0 | 103 | 6 | 15 | 462 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11010001 | 0 | 1000011 | 110 | 1101 | 100110010 | 1000110 | 111010 |
Color Harmonies of #DF4AD1
Complementary color
Monochromatic Colors of #DF4AD1
Black with #DF4AD1
Text Example
Text Example
White with #DF4AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AD1; }
p { color: rgb(223,74,209); }
H1.HeaderClassName
{
color: #DF4AD1;
}
.AnyTagClassName
{
color: #DF4AD1;
}
</style>
background-color css
<style>
a { background-color: #DF4AD1; }
a { background-color: rgb(223,74,209); }
div.DivClassName
{
background-color: #DF4AD1;
}
.BgClassName
{
background-color: #DF4AD1;
}
</style>
border-color css
<style>
span { border-color: #DF4AD1; }
span { border-color: rgb(223,74,209); }
td.TdClassName
{
border-color: #DF4AD1;
}
.TagClassName
{
border-color: #DF4AD1;
}
</style>