Html Css Color HEX #D761D3 Free Speech Magenta
📋 copy color: '#D761D3'red 215 ◦ green 97 ◦ blue 211
Shades of Free Speech Magenta #D761D3
Tints of Free Speech Magenta #D761D3
RGB
CMYK
RGB Variations
Color information
#D761D3 (or 0xD761D3) is known color: Free Speech Magenta. HEX triplet: D7, 61 and D3. RGB value is (215,97,211). Sum of RGB (Red+Green+Blue) = 215+97+211=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D761D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761D3 is #289E2C. Grayscale: #909090. Windows color (decimal): -2661933 or 13853143. OLE color: 13853143.
HSL color Cylindrical-coordinate representation of color #D761D3: hue angle of 302.03º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D761D3 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 211 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.16 |
| HSL | 302.03º | 0.6% | 0.61% | - |
| HSV(B) | 302.03º | 0.55% | 0.84% | - |
| XYZ | 44.06 | 27.7 | 64.65 | - |
| YUV | 145.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 211 | 0 | 0.55 | 0.02 | 0.16 | 302.03 | 0.6 | 0.61 |
| Hex | D7 | 61 | D3 | 0 | 37 | 2 | 10 | 12E | 3C | 3D |
| Octal | 327 | 141 | 323 | 0 | 67 | 2 | 20 | 456 | 74 | 75 |
| Binary | 11010111 | 1100001 | 11010011 | 0 | 110111 | 10 | 10000 | 100101110 | 111100 | 111101 |
Color Harmonies of #D761D3
Complementary color
Monochromatic Colors of #D761D3
Black with #D761D3
Text Example
Text Example
White with #D761D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D761D3; }
p { color: rgb(215,97,211); }
H1.HeaderClassName
{
color: #D761D3;
}
.AnyTagClassName
{
color: #D761D3;
}
</style>
background-color css
<style>
a { background-color: #D761D3; }
a { background-color: rgb(215,97,211); }
div.DivClassName
{
background-color: #D761D3;
}
.BgClassName
{
background-color: #D761D3;
}
</style>
border-color css
<style>
span { border-color: #D761D3; }
span { border-color: rgb(215,97,211); }
td.TdClassName
{
border-color: #D761D3;
}
.TagClassName
{
border-color: #D761D3;
}
</style>