Html Css Color HEX #DF5CD9 Free Speech Magenta
📋 copy color: '#DF5CD9'red 223 ◦ green 92 ◦ blue 217
Shades of Free Speech Magenta #DF5CD9
Tints of Free Speech Magenta #DF5CD9
RGB
CMYK
RGB Variations
Color information
#DF5CD9 (or 0xDF5CD9) is known color: Free Speech Magenta. HEX triplet: DF, 5C and D9. RGB value is (223,92,217). Sum of RGB (Red+Green+Blue) = 223+92+217=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CD9 is #20A326. Grayscale: #919191. Windows color (decimal): -2138919 or 14245087. OLE color: 14245087.
HSL color Cylindrical-coordinate representation of color #DF5CD9: hue angle of 302.75º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CD9 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 92 | 217 | - |
CMYK | 0 | 0.59 | 0.03 | 0.13 |
HSL | 302.75º | 0.67% | 0.62% | - |
HSV(B) | 302.75º | 0.59% | 0.87% | - |
XYZ | 46.78 | 28.35 | 68.65 | - |
YUV | 145.42 | 168.4 | 183.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 92 | 217 | 0 | 0.59 | 0.03 | 0.13 | 302.75 | 0.67 | 0.62 |
Hex | DF | 5C | D9 | 0 | 3B | 3 | D | 12F | 43 | 3E |
Octal | 337 | 134 | 331 | 0 | 73 | 3 | 15 | 457 | 103 | 76 |
Binary | 11011111 | 1011100 | 11011001 | 0 | 111011 | 11 | 1101 | 100101111 | 1000011 | 111110 |
Color Harmonies of #DF5CD9
Complementary color
Monochromatic Colors of #DF5CD9
Black with #DF5CD9
Text Example
Text Example
White with #DF5CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CD9; }
p { color: rgb(223,92,217); }
H1.HeaderClassName
{
color: #DF5CD9;
}
.AnyTagClassName
{
color: #DF5CD9;
}
</style>
background-color css
<style>
a { background-color: #DF5CD9; }
a { background-color: rgb(223,92,217); }
div.DivClassName
{
background-color: #DF5CD9;
}
.BgClassName
{
background-color: #DF5CD9;
}
</style>
border-color css
<style>
span { border-color: #DF5CD9; }
span { border-color: rgb(223,92,217); }
td.TdClassName
{
border-color: #DF5CD9;
}
.TagClassName
{
border-color: #DF5CD9;
}
</style>