Html Css Color HEX #D941CA Free Speech Magenta
📋 copy color: '#D941CA'red 217 ◦ green 65 ◦ blue 202
Shades of Free Speech Magenta #D941CA
Tints of Free Speech Magenta #D941CA
RGB
CMYK
RGB Variations
Color information
#D941CA (or 0xD941CA) is known color: Free Speech Magenta. HEX triplet: D9, 41 and CA. RGB value is (217,65,202). Sum of RGB (Red+Green+Blue) = 217+65+202=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D941CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D941CA is #26BE35. Grayscale: #7D7D7D. Windows color (decimal): -2539062 or 13255129. OLE color: 13255129.
HSL color Cylindrical-coordinate representation of color #D941CA: hue angle of 305.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941CA is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 202 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.15 |
| HSL | 305.92º | 0.67% | 0.55% | - |
| HSV(B) | 305.92º | 0.7% | 0.85% | - |
| XYZ | 41.17 | 22.8 | 58.11 | - |
| YUV | 126.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 202 | 0 | 0.70 | 0.07 | 0.15 | 305.92 | 0.67 | 0.55 |
| Hex | D9 | 41 | CA | 0 | 46 | 7 | F | 132 | 43 | 37 |
| Octal | 331 | 101 | 312 | 0 | 106 | 7 | 17 | 462 | 103 | 67 |
| Binary | 11011001 | 1000001 | 11001010 | 0 | 1000110 | 111 | 1111 | 100110010 | 1000011 | 110111 |
Color Harmonies of #D941CA
Complementary color
Monochromatic Colors of #D941CA
Black with #D941CA
Text Example
Text Example
White with #D941CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D941CA; }
p { color: rgb(217,65,202); }
H1.HeaderClassName
{
color: #D941CA;
}
.AnyTagClassName
{
color: #D941CA;
}
</style>
background-color css
<style>
a { background-color: #D941CA; }
a { background-color: rgb(217,65,202); }
div.DivClassName
{
background-color: #D941CA;
}
.BgClassName
{
background-color: #D941CA;
}
</style>
border-color css
<style>
span { border-color: #D941CA; }
span { border-color: rgb(217,65,202); }
td.TdClassName
{
border-color: #D941CA;
}
.TagClassName
{
border-color: #D941CA;
}
</style>