Html Css Color HEX #DF49D0 Free Speech Magenta
📋 copy color: '#DF49D0'red 223 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #DF49D0
Tints of Free Speech Magenta #DF49D0
RGB
CMYK
RGB Variations
Color information
#DF49D0 (or 0xDF49D0) is known color: Free Speech Magenta. HEX triplet: DF, 49 and D0. RGB value is (223,73,208). Sum of RGB (Red+Green+Blue) = 223+73+208=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49D0 is #20B62F. Grayscale: #848484. Windows color (decimal): -2143792 or 13650399. OLE color: 13650399.
HSL color Cylindrical-coordinate representation of color #DF49D0: hue angle of 306º 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 #DF49D0 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 73 | 208 | - |
CMYK | 0 | 0.67 | 0.07 | 0.13 |
HSL | 306º | 0.7% | 0.58% | - |
HSV(B) | 306º | 0.67% | 0.87% | - |
XYZ | 44.2 | 25.01 | 62.17 | - |
YUV | 133.24 | 170.2 | 192.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 73 | 208 | 0 | 0.67 | 0.07 | 0.13 | 306 | 0.7 | 0.58 |
Hex | DF | 49 | D0 | 0 | 43 | 7 | D | 132 | 46 | 3A |
Octal | 337 | 111 | 320 | 0 | 103 | 7 | 15 | 462 | 106 | 72 |
Binary | 11011111 | 1001001 | 11010000 | 0 | 1000011 | 111 | 1101 | 100110010 | 1000110 | 111010 |
Color Harmonies of #DF49D0
Complementary color
Monochromatic Colors of #DF49D0
Black with #DF49D0
Text Example
Text Example
White with #DF49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49D0; }
p { color: rgb(223,73,208); }
H1.HeaderClassName
{
color: #DF49D0;
}
.AnyTagClassName
{
color: #DF49D0;
}
</style>
background-color css
<style>
a { background-color: #DF49D0; }
a { background-color: rgb(223,73,208); }
div.DivClassName
{
background-color: #DF49D0;
}
.BgClassName
{
background-color: #DF49D0;
}
</style>
border-color css
<style>
span { border-color: #DF49D0; }
span { border-color: rgb(223,73,208); }
td.TdClassName
{
border-color: #DF49D0;
}
.TagClassName
{
border-color: #DF49D0;
}
</style>