Html Css Color HEX #D455E7 Free Speech Magenta
📋 copy color: '#D455E7'red 212 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #D455E7
Tints of Free Speech Magenta #D455E7
RGB
CMYK
RGB Variations
Color information
#D455E7 (or 0xD455E7) is known color: Free Speech Magenta. HEX triplet: D4, 55 and E7. RGB value is (212,85,231). Sum of RGB (Red+Green+Blue) = 212+85+231=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #D455E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455E7 is #2BAA18. Grayscale: #8B8B8B. Windows color (decimal): -2861593 or 15160788. OLE color: 15160788.
HSL color Cylindrical-coordinate representation of color #D455E7: hue angle of 292.19º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D455E7 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 85 | 231 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.09 |
| HSL | 292.19º | 0.75% | 0.62% | - |
| HSV(B) | 292.19º | 0.63% | 0.91% | - |
| XYZ | 44.82 | 26.26 | 78.31 | - |
| YUV | 139.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 231 | 0.08 | 0.63 | 0 | 0.09 | 292.19 | 0.75 | 0.62 |
| Hex | D4 | 55 | E7 | 8 | 3F | 0 | 9 | 124 | 4B | 3E |
| Octal | 324 | 125 | 347 | 10 | 77 | 0 | 11 | 444 | 113 | 76 |
| Binary | 11010100 | 1010101 | 11100111 | 1000 | 111111 | 0 | 1001 | 100100100 | 1001011 | 111110 |
Color Harmonies of #D455E7
Complementary color
Monochromatic Colors of #D455E7
Black with #D455E7
Text Example
Text Example
White with #D455E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455E7; }
p { color: rgb(212,85,231); }
H1.HeaderClassName
{
color: #D455E7;
}
.AnyTagClassName
{
color: #D455E7;
}
</style>
background-color css
<style>
a { background-color: #D455E7; }
a { background-color: rgb(212,85,231); }
div.DivClassName
{
background-color: #D455E7;
}
.BgClassName
{
background-color: #D455E7;
}
</style>
border-color css
<style>
span { border-color: #D455E7; }
span { border-color: rgb(212,85,231); }
td.TdClassName
{
border-color: #D455E7;
}
.TagClassName
{
border-color: #D455E7;
}
</style>