Html Css Color HEX #D944C7 Free Speech Magenta
📋 copy color: '#D944C7'red 217 ◦ green 68 ◦ blue 199
Shades of Free Speech Magenta #D944C7
Tints of Free Speech Magenta #D944C7
RGB
CMYK
RGB Variations
Color information
#D944C7 (or 0xD944C7) is known color: Free Speech Magenta. HEX triplet: D9, 44 and C7. RGB value is (217,68,199). Sum of RGB (Red+Green+Blue) = 217+68+199=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D944C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D944C7 is #26BB38. Grayscale: #7F7F7F. Windows color (decimal): -2538297 or 13059289. OLE color: 13059289.
HSL color Cylindrical-coordinate representation of color #D944C7: hue angle of 307.25º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D944C7 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 199 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.15 |
| HSL | 307.25º | 0.66% | 0.56% | - |
| HSV(B) | 307.25º | 0.69% | 0.85% | - |
| XYZ | 40.99 | 23.01 | 56.31 | - |
| YUV | 127.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 199 | 0 | 0.69 | 0.08 | 0.15 | 307.25 | 0.66 | 0.56 |
| Hex | D9 | 44 | C7 | 0 | 45 | 8 | F | 133 | 42 | 38 |
| Octal | 331 | 104 | 307 | 0 | 105 | 10 | 17 | 463 | 102 | 70 |
| Binary | 11011001 | 1000100 | 11000111 | 0 | 1000101 | 1000 | 1111 | 100110011 | 1000010 | 111000 |
Color Harmonies of #D944C7
Complementary color
Monochromatic Colors of #D944C7
Black with #D944C7
Text Example
Text Example
White with #D944C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D944C7; }
p { color: rgb(217,68,199); }
H1.HeaderClassName
{
color: #D944C7;
}
.AnyTagClassName
{
color: #D944C7;
}
</style>
background-color css
<style>
a { background-color: #D944C7; }
a { background-color: rgb(217,68,199); }
div.DivClassName
{
background-color: #D944C7;
}
.BgClassName
{
background-color: #D944C7;
}
</style>
border-color css
<style>
span { border-color: #D944C7; }
span { border-color: rgb(217,68,199); }
td.TdClassName
{
border-color: #D944C7;
}
.TagClassName
{
border-color: #D944C7;
}
</style>