Html Css Color HEX #D455E5 Free Speech Magenta
📋 copy color: '#D455E5'red 212 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #D455E5
Tints of Free Speech Magenta #D455E5
RGB
CMYK
RGB Variations
Color information
#D455E5 (or 0xD455E5) is known color: Free Speech Magenta. HEX triplet: D4, 55 and E5. RGB value is (212,85,229). Sum of RGB (Red+Green+Blue) = 212+85+229=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #D455E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455E5 is #2BAA1A. Grayscale: #8A8A8A. Windows color (decimal): -2861595 or 15029716. OLE color: 15029716.
HSL color Cylindrical-coordinate representation of color #D455E5: hue angle of 292.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D455E5 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 85 | 229 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.10 |
| HSL | 292.92º | 0.73% | 0.62% | - |
| HSV(B) | 292.92º | 0.63% | 0.9% | - |
| XYZ | 44.54 | 26.15 | 76.83 | - |
| YUV | 139.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 229 | 0.07 | 0.63 | 0 | 0.10 | 292.92 | 0.73 | 0.62 |
| Hex | D4 | 55 | E5 | 7 | 3F | 0 | A | 125 | 49 | 3E |
| Octal | 324 | 125 | 345 | 7 | 77 | 0 | 12 | 445 | 111 | 76 |
| Binary | 11010100 | 1010101 | 11100101 | 111 | 111111 | 0 | 1010 | 100100101 | 1001001 | 111110 |
Color Harmonies of #D455E5
Complementary color
Monochromatic Colors of #D455E5
Black with #D455E5
Text Example
Text Example
White with #D455E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455E5; }
p { color: rgb(212,85,229); }
H1.HeaderClassName
{
color: #D455E5;
}
.AnyTagClassName
{
color: #D455E5;
}
</style>
background-color css
<style>
a { background-color: #D455E5; }
a { background-color: rgb(212,85,229); }
div.DivClassName
{
background-color: #D455E5;
}
.BgClassName
{
background-color: #D455E5;
}
</style>
border-color css
<style>
span { border-color: #D455E5; }
span { border-color: rgb(212,85,229); }
td.TdClassName
{
border-color: #D455E5;
}
.TagClassName
{
border-color: #D455E5;
}
</style>