Html Css Color HEX #D945E6 Free Speech Magenta
📋 copy color: '#D945E6'red 217 ◦ green 69 ◦ blue 230
Shades of Free Speech Magenta #D945E6
Tints of Free Speech Magenta #D945E6
RGB
CMYK
RGB Variations
Color information
#D945E6 (or 0xD945E6) is known color: Free Speech Magenta. HEX triplet: D9, 45 and E6. RGB value is (217,69,230). Sum of RGB (Red+Green+Blue) = 217+69+230=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #D945E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D945E6 is #26BA19. Grayscale: #838383. Windows color (decimal): -2538010 or 15091161. OLE color: 15091161.
HSL color Cylindrical-coordinate representation of color #D945E6: hue angle of 295.16º 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 #D945E6 is Cyan = 0.06, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 69 | 230 | - |
| CMYK | 0.06 | 0.7 | 0 | 0.10 |
| HSL | 295.16º | 0.76% | 0.59% | - |
| HSV(B) | 295.16º | 0.7% | 0.9% | - |
| XYZ | 45.03 | 24.72 | 77.26 | - |
| YUV | 131.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 230 | 0.06 | 0.7 | 0 | 0.10 | 295.16 | 0.76 | 0.59 |
| Hex | D9 | 45 | E6 | 6 | 46 | 0 | A | 127 | 4C | 3B |
| Octal | 331 | 105 | 346 | 6 | 106 | 0 | 12 | 447 | 114 | 73 |
| Binary | 11011001 | 1000101 | 11100110 | 110 | 1000110 | 0 | 1010 | 100100111 | 1001100 | 111011 |
Color Harmonies of #D945E6
Complementary color
Monochromatic Colors of #D945E6
Black with #D945E6
Text Example
Text Example
White with #D945E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945E6; }
p { color: rgb(217,69,230); }
H1.HeaderClassName
{
color: #D945E6;
}
.AnyTagClassName
{
color: #D945E6;
}
</style>
background-color css
<style>
a { background-color: #D945E6; }
a { background-color: rgb(217,69,230); }
div.DivClassName
{
background-color: #D945E6;
}
.BgClassName
{
background-color: #D945E6;
}
</style>
border-color css
<style>
span { border-color: #D945E6; }
span { border-color: rgb(217,69,230); }
td.TdClassName
{
border-color: #D945E6;
}
.TagClassName
{
border-color: #D945E6;
}
</style>