Html Css Color HEX #D454ED Free Speech Magenta
📋 copy color: '#D454ED'red 212 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #D454ED
Tints of Free Speech Magenta #D454ED
RGB
CMYK
RGB Variations
Color information
#D454ED (or 0xD454ED) is known color: Free Speech Magenta. HEX triplet: D4, 54 and ED. RGB value is (212,84,237). Sum of RGB (Red+Green+Blue) = 212+84+237=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #D454ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D454ED is #2BAB12. Grayscale: #8B8B8B. Windows color (decimal): -2861843 or 15553748. OLE color: 15553748.
HSL color Cylindrical-coordinate representation of color #D454ED: hue angle of 290.2º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D454ED is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 84 | 237 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.07 |
| HSL | 290.2º | 0.81% | 0.63% | - |
| HSV(B) | 290.2º | 0.65% | 0.93% | - |
| XYZ | 45.61 | 26.45 | 82.82 | - |
| YUV | 139.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 237 | 0.11 | 0.65 | 0 | 0.07 | 290.2 | 0.81 | 0.63 |
| Hex | D4 | 54 | ED | B | 41 | 0 | 7 | 122 | 51 | 3F |
| Octal | 324 | 124 | 355 | 13 | 101 | 0 | 7 | 442 | 121 | 77 |
| Binary | 11010100 | 1010100 | 11101101 | 1011 | 1000001 | 0 | 111 | 100100010 | 1010001 | 111111 |
Color Harmonies of #D454ED
Complementary color
Monochromatic Colors of #D454ED
Black with #D454ED
Text Example
Text Example
White with #D454ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454ED; }
p { color: rgb(212,84,237); }
H1.HeaderClassName
{
color: #D454ED;
}
.AnyTagClassName
{
color: #D454ED;
}
</style>
background-color css
<style>
a { background-color: #D454ED; }
a { background-color: rgb(212,84,237); }
div.DivClassName
{
background-color: #D454ED;
}
.BgClassName
{
background-color: #D454ED;
}
</style>
border-color css
<style>
span { border-color: #D454ED; }
span { border-color: rgb(212,84,237); }
td.TdClassName
{
border-color: #D454ED;
}
.TagClassName
{
border-color: #D454ED;
}
</style>