Html Css Color HEX #D55FE5 Free Speech Magenta
📋 copy color: '#D55FE5'red 213 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #D55FE5
Tints of Free Speech Magenta #D55FE5
RGB
CMYK
RGB Variations
Color information
#D55FE5 (or 0xD55FE5) is known color: Free Speech Magenta. HEX triplet: D5, 5F and E5. RGB value is (213,95,229). Sum of RGB (Red+Green+Blue) = 213+95+229=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #D55FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FE5 is #2AA01A. Grayscale: #919191. Windows color (decimal): -2793499 or 15032277. OLE color: 15032277.
HSL color Cylindrical-coordinate representation of color #D55FE5: hue angle of 292.84º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55FE5 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 95 | 229 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.10 |
| HSL | 292.84º | 0.72% | 0.64% | - |
| HSV(B) | 292.84º | 0.59% | 0.9% | - |
| XYZ | 45.68 | 27.99 | 77.12 | - |
| YUV | 145.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 229 | 0.07 | 0.59 | 0 | 0.10 | 292.84 | 0.72 | 0.64 |
| Hex | D5 | 5F | E5 | 7 | 3B | 0 | A | 125 | 48 | 40 |
| Octal | 325 | 137 | 345 | 7 | 73 | 0 | 12 | 445 | 110 | 100 |
| Binary | 11010101 | 1011111 | 11100101 | 111 | 111011 | 0 | 1010 | 100100101 | 1001000 | 1000000 |
Color Harmonies of #D55FE5
Complementary color
Monochromatic Colors of #D55FE5
Black with #D55FE5
Text Example
Text Example
White with #D55FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FE5; }
p { color: rgb(213,95,229); }
H1.HeaderClassName
{
color: #D55FE5;
}
.AnyTagClassName
{
color: #D55FE5;
}
</style>
background-color css
<style>
a { background-color: #D55FE5; }
a { background-color: rgb(213,95,229); }
div.DivClassName
{
background-color: #D55FE5;
}
.BgClassName
{
background-color: #D55FE5;
}
</style>
border-color css
<style>
span { border-color: #D55FE5; }
span { border-color: rgb(213,95,229); }
td.TdClassName
{
border-color: #D55FE5;
}
.TagClassName
{
border-color: #D55FE5;
}
</style>