Html Css Color HEX #D749CF Free Speech Magenta
📋 copy color: '#D749CF'red 215 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #D749CF
Tints of Free Speech Magenta #D749CF
RGB
CMYK
RGB Variations
Color information
#D749CF (or 0xD749CF) is known color: Free Speech Magenta. HEX triplet: D7, 49 and CF. RGB value is (215,73,207). Sum of RGB (Red+Green+Blue) = 215+73+207=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D749CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749CF is #28B630. Grayscale: #828282. Windows color (decimal): -2668081 or 13584855. OLE color: 13584855.
HSL color Cylindrical-coordinate representation of color #D749CF: hue angle of 303.38º 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 #D749CF is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 207 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.16 |
| HSL | 303.38º | 0.64% | 0.56% | - |
| HSV(B) | 303.38º | 0.66% | 0.84% | - |
| XYZ | 41.67 | 23.72 | 61.41 | - |
| YUV | 130.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 207 | 0 | 0.66 | 0.04 | 0.16 | 303.38 | 0.64 | 0.56 |
| Hex | D7 | 49 | CF | 0 | 42 | 4 | 10 | 12F | 40 | 38 |
| Octal | 327 | 111 | 317 | 0 | 102 | 4 | 20 | 457 | 100 | 70 |
| Binary | 11010111 | 1001001 | 11001111 | 0 | 1000010 | 100 | 10000 | 100101111 | 1000000 | 111000 |
Color Harmonies of #D749CF
Complementary color
Monochromatic Colors of #D749CF
Black with #D749CF
Text Example
Text Example
White with #D749CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749CF; }
p { color: rgb(215,73,207); }
H1.HeaderClassName
{
color: #D749CF;
}
.AnyTagClassName
{
color: #D749CF;
}
</style>
background-color css
<style>
a { background-color: #D749CF; }
a { background-color: rgb(215,73,207); }
div.DivClassName
{
background-color: #D749CF;
}
.BgClassName
{
background-color: #D749CF;
}
</style>
border-color css
<style>
span { border-color: #D749CF; }
span { border-color: rgb(215,73,207); }
td.TdClassName
{
border-color: #D749CF;
}
.TagClassName
{
border-color: #D749CF;
}
</style>