Html Css Color HEX #D749C8 Free Speech Magenta
📋 copy color: '#D749C8'red 215 ◦ green 73 ◦ blue 200
Shades of Free Speech Magenta #D749C8
Tints of Free Speech Magenta #D749C8
RGB
CMYK
RGB Variations
Color information
#D749C8 (or 0xD749C8) is known color: Free Speech Magenta. HEX triplet: D7, 49 and C8. RGB value is (215,73,200). Sum of RGB (Red+Green+Blue) = 215+73+200=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D749C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749C8 is #28B637. Grayscale: #818181. Windows color (decimal): -2668088 or 13126103. OLE color: 13126103.
HSL color Cylindrical-coordinate representation of color #D749C8: hue angle of 306.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749C8 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 200 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.16 |
| HSL | 306.34º | 0.64% | 0.56% | - |
| HSV(B) | 306.34º | 0.66% | 0.84% | - |
| XYZ | 40.83 | 23.38 | 57 | - |
| YUV | 129.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 200 | 0 | 0.66 | 0.07 | 0.16 | 306.34 | 0.64 | 0.56 |
| Hex | D7 | 49 | C8 | 0 | 42 | 7 | 10 | 132 | 40 | 38 |
| Octal | 327 | 111 | 310 | 0 | 102 | 7 | 20 | 462 | 100 | 70 |
| Binary | 11010111 | 1001001 | 11001000 | 0 | 1000010 | 111 | 10000 | 100110010 | 1000000 | 111000 |
Color Harmonies of #D749C8
Complementary color
Monochromatic Colors of #D749C8
Black with #D749C8
Text Example
Text Example
White with #D749C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749C8; }
p { color: rgb(215,73,200); }
H1.HeaderClassName
{
color: #D749C8;
}
.AnyTagClassName
{
color: #D749C8;
}
</style>
background-color css
<style>
a { background-color: #D749C8; }
a { background-color: rgb(215,73,200); }
div.DivClassName
{
background-color: #D749C8;
}
.BgClassName
{
background-color: #D749C8;
}
</style>
border-color css
<style>
span { border-color: #D749C8; }
span { border-color: rgb(215,73,200); }
td.TdClassName
{
border-color: #D749C8;
}
.TagClassName
{
border-color: #D749C8;
}
</style>