Html Css Color HEX #D541CF Free Speech Magenta
📋 copy color: '#D541CF'red 213 ◦ green 65 ◦ blue 207
Shades of Free Speech Magenta #D541CF
Tints of Free Speech Magenta #D541CF
RGB
CMYK
RGB Variations
Color information
#D541CF (or 0xD541CF) is known color: Free Speech Magenta. HEX triplet: D5, 41 and CF. RGB value is (213,65,207). Sum of RGB (Red+Green+Blue) = 213+65+207=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D541CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541CF is #2ABE30. Grayscale: #7D7D7D. Windows color (decimal): -2801201 or 13582805. OLE color: 13582805.
HSL color Cylindrical-coordinate representation of color #D541CF: hue angle of 302.43º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541CF is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 207 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.16 |
| HSL | 302.43º | 0.64% | 0.55% | - |
| HSV(B) | 302.43º | 0.69% | 0.84% | - |
| XYZ | 40.59 | 22.43 | 61.22 | - |
| YUV | 125.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 207 | 0 | 0.69 | 0.03 | 0.16 | 302.43 | 0.64 | 0.55 |
| Hex | D5 | 41 | CF | 0 | 45 | 3 | 10 | 12E | 40 | 37 |
| Octal | 325 | 101 | 317 | 0 | 105 | 3 | 20 | 456 | 100 | 67 |
| Binary | 11010101 | 1000001 | 11001111 | 0 | 1000101 | 11 | 10000 | 100101110 | 1000000 | 110111 |
Color Harmonies of #D541CF
Complementary color
Monochromatic Colors of #D541CF
Black with #D541CF
Text Example
Text Example
White with #D541CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541CF; }
p { color: rgb(213,65,207); }
H1.HeaderClassName
{
color: #D541CF;
}
.AnyTagClassName
{
color: #D541CF;
}
</style>
background-color css
<style>
a { background-color: #D541CF; }
a { background-color: rgb(213,65,207); }
div.DivClassName
{
background-color: #D541CF;
}
.BgClassName
{
background-color: #D541CF;
}
</style>
border-color css
<style>
span { border-color: #D541CF; }
span { border-color: rgb(213,65,207); }
td.TdClassName
{
border-color: #D541CF;
}
.TagClassName
{
border-color: #D541CF;
}
</style>