Html Css Color HEX #D845E6 Free Speech Magenta
📋 copy color: '#D845E6'red 216 ◦ green 69 ◦ blue 230
Shades of Free Speech Magenta #D845E6
Tints of Free Speech Magenta #D845E6
RGB
CMYK
RGB Variations
Color information
#D845E6 (or 0xD845E6) is known color: Free Speech Magenta. HEX triplet: D8, 45 and E6. RGB value is (216,69,230). Sum of RGB (Red+Green+Blue) = 216+69+230=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #D845E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D845E6 is #27BA19. Grayscale: #828282. Windows color (decimal): -2603546 or 15091160. OLE color: 15091160.
HSL color Cylindrical-coordinate representation of color #D845E6: hue angle of 294.78º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D845E6 is Cyan = 0.06, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 69 | 230 | - |
| CMYK | 0.06 | 0.7 | 0 | 0.10 |
| HSL | 294.78º | 0.76% | 0.59% | - |
| HSV(B) | 294.78º | 0.7% | 0.9% | - |
| XYZ | 44.73 | 24.57 | 77.25 | - |
| YUV | 131.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 230 | 0.06 | 0.7 | 0 | 0.10 | 294.78 | 0.76 | 0.59 |
| Hex | D8 | 45 | E6 | 6 | 46 | 0 | A | 127 | 4C | 3B |
| Octal | 330 | 105 | 346 | 6 | 106 | 0 | 12 | 447 | 114 | 73 |
| Binary | 11011000 | 1000101 | 11100110 | 110 | 1000110 | 0 | 1010 | 100100111 | 1001100 | 111011 |
Color Harmonies of #D845E6
Complementary color
Monochromatic Colors of #D845E6
Black with #D845E6
Text Example
Text Example
White with #D845E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845E6; }
p { color: rgb(216,69,230); }
H1.HeaderClassName
{
color: #D845E6;
}
.AnyTagClassName
{
color: #D845E6;
}
</style>
background-color css
<style>
a { background-color: #D845E6; }
a { background-color: rgb(216,69,230); }
div.DivClassName
{
background-color: #D845E6;
}
.BgClassName
{
background-color: #D845E6;
}
</style>
border-color css
<style>
span { border-color: #D845E6; }
span { border-color: rgb(216,69,230); }
td.TdClassName
{
border-color: #D845E6;
}
.TagClassName
{
border-color: #D845E6;
}
</style>