Html Css Color HEX #D455EE Free Speech Magenta
📋 copy color: '#D455EE'red 212 ◦ green 85 ◦ blue 238
Shades of Free Speech Magenta #D455EE
Tints of Free Speech Magenta #D455EE
RGB
CMYK
RGB Variations
Color information
#D455EE (or 0xD455EE) is known color: Free Speech Magenta. HEX triplet: D4, 55 and EE. RGB value is (212,85,238). Sum of RGB (Red+Green+Blue) = 212+85+238=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #D455EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455EE is #2BAA11. Grayscale: #8B8B8B. Windows color (decimal): -2861586 or 15619540. OLE color: 15619540.
HSL color Cylindrical-coordinate representation of color #D455EE: hue angle of 289.8º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D455EE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 85 | 238 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.07 |
| HSL | 289.8º | 0.82% | 0.63% | - |
| HSV(B) | 289.8º | 0.64% | 0.93% | - |
| XYZ | 45.83 | 26.67 | 83.62 | - |
| YUV | 140.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 238 | 0.11 | 0.64 | 0 | 0.07 | 289.8 | 0.82 | 0.63 |
| Hex | D4 | 55 | EE | B | 40 | 0 | 7 | 122 | 52 | 3F |
| Octal | 324 | 125 | 356 | 13 | 100 | 0 | 7 | 442 | 122 | 77 |
| Binary | 11010100 | 1010101 | 11101110 | 1011 | 1000000 | 0 | 111 | 100100010 | 1010010 | 111111 |
Color Harmonies of #D455EE
Complementary color
Monochromatic Colors of #D455EE
Black with #D455EE
Text Example
Text Example
White with #D455EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455EE; }
p { color: rgb(212,85,238); }
H1.HeaderClassName
{
color: #D455EE;
}
.AnyTagClassName
{
color: #D455EE;
}
</style>
background-color css
<style>
a { background-color: #D455EE; }
a { background-color: rgb(212,85,238); }
div.DivClassName
{
background-color: #D455EE;
}
.BgClassName
{
background-color: #D455EE;
}
</style>
border-color css
<style>
span { border-color: #D455EE; }
span { border-color: rgb(212,85,238); }
td.TdClassName
{
border-color: #D455EE;
}
.TagClassName
{
border-color: #D455EE;
}
</style>