Html Css Color HEX #D45EDD Free Speech Magenta
📋 copy color: '#D45EDD'red 212 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #D45EDD
Tints of Free Speech Magenta #D45EDD
RGB
CMYK
RGB Variations
Color information
#D45EDD (or 0xD45EDD) is known color: Free Speech Magenta. HEX triplet: D4, 5E and DD. RGB value is (212,94,221). Sum of RGB (Red+Green+Blue) = 212+94+221=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D45EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45EDD is #2BA122. Grayscale: #8F8F8F. Windows color (decimal): -2859299 or 14507732. OLE color: 14507732.
HSL color Cylindrical-coordinate representation of color #D45EDD: hue angle of 295.75º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45EDD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 94 | 221 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.13 |
| HSL | 295.75º | 0.65% | 0.62% | - |
| HSV(B) | 295.75º | 0.57% | 0.87% | - |
| XYZ | 44.21 | 27.22 | 71.33 | - |
| YUV | 143.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 221 | 0.04 | 0.57 | 0 | 0.13 | 295.75 | 0.65 | 0.62 |
| Hex | D4 | 5E | DD | 4 | 39 | 0 | D | 128 | 41 | 3E |
| Octal | 324 | 136 | 335 | 4 | 71 | 0 | 15 | 450 | 101 | 76 |
| Binary | 11010100 | 1011110 | 11011101 | 100 | 111001 | 0 | 1101 | 100101000 | 1000001 | 111110 |
Color Harmonies of #D45EDD
Complementary color
Monochromatic Colors of #D45EDD
Black with #D45EDD
Text Example
Text Example
White with #D45EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45EDD; }
p { color: rgb(212,94,221); }
H1.HeaderClassName
{
color: #D45EDD;
}
.AnyTagClassName
{
color: #D45EDD;
}
</style>
background-color css
<style>
a { background-color: #D45EDD; }
a { background-color: rgb(212,94,221); }
div.DivClassName
{
background-color: #D45EDD;
}
.BgClassName
{
background-color: #D45EDD;
}
</style>
border-color css
<style>
span { border-color: #D45EDD; }
span { border-color: rgb(212,94,221); }
td.TdClassName
{
border-color: #D45EDD;
}
.TagClassName
{
border-color: #D45EDD;
}
</style>