Html Css Color HEX #D945D0 Free Speech Magenta
📋 copy color: '#D945D0'red 217 ◦ green 69 ◦ blue 208
Shades of Free Speech Magenta #D945D0
Tints of Free Speech Magenta #D945D0
RGB
CMYK
RGB Variations
Color information
#D945D0 (or 0xD945D0) is known color: Free Speech Magenta. HEX triplet: D9, 45 and D0. RGB value is (217,69,208). Sum of RGB (Red+Green+Blue) = 217+69+208=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D945D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D945D0 is #26BA2F. Grayscale: #808080. Windows color (decimal): -2538032 or 13649369. OLE color: 13649369.
HSL color Cylindrical-coordinate representation of color #D945D0: hue angle of 303.65º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D945D0 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 208 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.15 |
| HSL | 303.65º | 0.66% | 0.56% | - |
| HSV(B) | 303.65º | 0.68% | 0.85% | - |
| XYZ | 42.13 | 23.56 | 62 | - |
| YUV | 129.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 208 | 0 | 0.68 | 0.04 | 0.15 | 303.65 | 0.66 | 0.56 |
| Hex | D9 | 45 | D0 | 0 | 44 | 4 | F | 130 | 42 | 38 |
| Octal | 331 | 105 | 320 | 0 | 104 | 4 | 17 | 460 | 102 | 70 |
| Binary | 11011001 | 1000101 | 11010000 | 0 | 1000100 | 100 | 1111 | 100110000 | 1000010 | 111000 |
Color Harmonies of #D945D0
Complementary color
Monochromatic Colors of #D945D0
Black with #D945D0
Text Example
Text Example
White with #D945D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945D0; }
p { color: rgb(217,69,208); }
H1.HeaderClassName
{
color: #D945D0;
}
.AnyTagClassName
{
color: #D945D0;
}
</style>
background-color css
<style>
a { background-color: #D945D0; }
a { background-color: rgb(217,69,208); }
div.DivClassName
{
background-color: #D945D0;
}
.BgClassName
{
background-color: #D945D0;
}
</style>
border-color css
<style>
span { border-color: #D945D0; }
span { border-color: rgb(217,69,208); }
td.TdClassName
{
border-color: #D945D0;
}
.TagClassName
{
border-color: #D945D0;
}
</style>