Html Css Color HEX #D55EC4 Free Speech Magenta
📋 copy color: '#D55EC4'red 213 ◦ green 94 ◦ blue 196
Shades of Free Speech Magenta #D55EC4
Tints of Free Speech Magenta #D55EC4
RGB
CMYK
RGB Variations
Color information
#D55EC4 (or 0xD55EC4) is known color: Free Speech Magenta. HEX triplet: D5, 5E and C4. RGB value is (213,94,196). Sum of RGB (Red+Green+Blue) = 213+94+196=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55EC4 is #2AA13B. Grayscale: #8C8C8C. Windows color (decimal): -2793788 or 12869333. OLE color: 12869333.
HSL color Cylindrical-coordinate representation of color #D55EC4: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55EC4 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 196 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.16 |
| HSL | 308.57º | 0.59% | 0.6% | - |
| HSV(B) | 308.57º | 0.56% | 0.84% | - |
| XYZ | 41.41 | 26.14 | 55.09 | - |
| YUV | 141.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 196 | 0 | 0.56 | 0.08 | 0.16 | 308.57 | 0.59 | 0.6 |
| Hex | D5 | 5E | C4 | 0 | 38 | 8 | 10 | 135 | 3B | 3C |
| Octal | 325 | 136 | 304 | 0 | 70 | 10 | 20 | 465 | 73 | 74 |
| Binary | 11010101 | 1011110 | 11000100 | 0 | 111000 | 1000 | 10000 | 100110101 | 111011 | 111100 |
Color Harmonies of #D55EC4
Complementary color
Monochromatic Colors of #D55EC4
Black with #D55EC4
Text Example
Text Example
White with #D55EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EC4; }
p { color: rgb(213,94,196); }
H1.HeaderClassName
{
color: #D55EC4;
}
.AnyTagClassName
{
color: #D55EC4;
}
</style>
background-color css
<style>
a { background-color: #D55EC4; }
a { background-color: rgb(213,94,196); }
div.DivClassName
{
background-color: #D55EC4;
}
.BgClassName
{
background-color: #D55EC4;
}
</style>
border-color css
<style>
span { border-color: #D55EC4; }
span { border-color: rgb(213,94,196); }
td.TdClassName
{
border-color: #D55EC4;
}
.TagClassName
{
border-color: #D55EC4;
}
</style>