Html Css Color HEX #D44DCE Free Speech Magenta
📋 copy color: '#D44DCE'red 212 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #D44DCE
Tints of Free Speech Magenta #D44DCE
RGB
CMYK
RGB Variations
Color information
#D44DCE (or 0xD44DCE) is known color: Free Speech Magenta. HEX triplet: D4, 4D and CE. RGB value is (212,77,206). Sum of RGB (Red+Green+Blue) = 212+77+206=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DCE is #2BB231. Grayscale: #838383. Windows color (decimal): -2863666 or 13520340. OLE color: 13520340.
HSL color Cylindrical-coordinate representation of color #D44DCE: hue angle of 302.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44DCE is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 206 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.17 |
| HSL | 302.67º | 0.61% | 0.57% | - |
| HSV(B) | 302.67º | 0.64% | 0.83% | - |
| XYZ | 40.95 | 23.76 | 60.82 | - |
| YUV | 132.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 206 | 0 | 0.64 | 0.03 | 0.17 | 302.67 | 0.61 | 0.57 |
| Hex | D4 | 4D | CE | 0 | 40 | 3 | 11 | 12F | 3D | 39 |
| Octal | 324 | 115 | 316 | 0 | 100 | 3 | 21 | 457 | 75 | 71 |
| Binary | 11010100 | 1001101 | 11001110 | 0 | 1000000 | 11 | 10001 | 100101111 | 111101 | 111001 |
Color Harmonies of #D44DCE
Complementary color
Monochromatic Colors of #D44DCE
Black with #D44DCE
Text Example
Text Example
White with #D44DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44DCE; }
p { color: rgb(212,77,206); }
H1.HeaderClassName
{
color: #D44DCE;
}
.AnyTagClassName
{
color: #D44DCE;
}
</style>
background-color css
<style>
a { background-color: #D44DCE; }
a { background-color: rgb(212,77,206); }
div.DivClassName
{
background-color: #D44DCE;
}
.BgClassName
{
background-color: #D44DCE;
}
</style>
border-color css
<style>
span { border-color: #D44DCE; }
span { border-color: rgb(212,77,206); }
td.TdClassName
{
border-color: #D44DCE;
}
.TagClassName
{
border-color: #D44DCE;
}
</style>