Html Css Color HEX #DF3AD5 Free Speech Magenta
📋 copy color: '#DF3AD5'red 223 ◦ green 58 ◦ blue 213
Shades of Free Speech Magenta #DF3AD5
Tints of Free Speech Magenta #DF3AD5
RGB
CMYK
RGB Variations
Color information
#DF3AD5 (or 0xDF3AD5) is known color: Free Speech Magenta. HEX triplet: DF, 3A and D5. RGB value is (223,58,213). Sum of RGB (Red+Green+Blue) = 223+58+213=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3AD5 is #20C52A. Grayscale: #7C7C7C. Windows color (decimal): -2147627 or 13974239. OLE color: 13974239.
HSL color Cylindrical-coordinate representation of color #DF3AD5: hue angle of 303.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3AD5 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 213 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.13 |
| HSL | 303.64º | 0.72% | 0.55% | - |
| HSV(B) | 303.64º | 0.74% | 0.87% | - |
| XYZ | 43.95 | 23.52 | 65.17 | - |
| YUV | 125.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 213 | 0 | 0.74 | 0.04 | 0.13 | 303.64 | 0.72 | 0.55 |
| Hex | DF | 3A | D5 | 0 | 4A | 4 | D | 130 | 48 | 37 |
| Octal | 337 | 72 | 325 | 0 | 112 | 4 | 15 | 460 | 110 | 67 |
| Binary | 11011111 | 111010 | 11010101 | 0 | 1001010 | 100 | 1101 | 100110000 | 1001000 | 110111 |
Color Harmonies of #DF3AD5
Complementary color
Monochromatic Colors of #DF3AD5
Black with #DF3AD5
Text Example
Text Example
White with #DF3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3AD5; }
p { color: rgb(223,58,213); }
H1.HeaderClassName
{
color: #DF3AD5;
}
.AnyTagClassName
{
color: #DF3AD5;
}
</style>
background-color css
<style>
a { background-color: #DF3AD5; }
a { background-color: rgb(223,58,213); }
div.DivClassName
{
background-color: #DF3AD5;
}
.BgClassName
{
background-color: #DF3AD5;
}
</style>
border-color css
<style>
span { border-color: #DF3AD5; }
span { border-color: rgb(223,58,213); }
td.TdClassName
{
border-color: #DF3AD5;
}
.TagClassName
{
border-color: #DF3AD5;
}
</style>