Html Css Color HEX #D942C8 Free Speech Magenta
📋 copy color: '#D942C8'red 217 ◦ green 66 ◦ blue 200
Shades of Free Speech Magenta #D942C8
Tints of Free Speech Magenta #D942C8
RGB
CMYK
RGB Variations
Color information
#D942C8 (or 0xD942C8) is known color: Free Speech Magenta. HEX triplet: D9, 42 and C8. RGB value is (217,66,200). Sum of RGB (Red+Green+Blue) = 217+66+200=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D942C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D942C8 is #26BD37. Grayscale: #7E7E7E. Windows color (decimal): -2538808 or 13124313. OLE color: 13124313.
HSL color Cylindrical-coordinate representation of color #D942C8: hue angle of 306.75º 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 #D942C8 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 200 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.15 |
| HSL | 306.76º | 0.67% | 0.55% | - |
| HSV(B) | 306.76º | 0.7% | 0.85% | - |
| XYZ | 40.99 | 22.82 | 56.89 | - |
| YUV | 126.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 200 | 0 | 0.70 | 0.08 | 0.15 | 306.76 | 0.67 | 0.55 |
| Hex | D9 | 42 | C8 | 0 | 46 | 8 | F | 133 | 43 | 37 |
| Octal | 331 | 102 | 310 | 0 | 106 | 10 | 17 | 463 | 103 | 67 |
| Binary | 11011001 | 1000010 | 11001000 | 0 | 1000110 | 1000 | 1111 | 100110011 | 1000011 | 110111 |
Color Harmonies of #D942C8
Complementary color
Monochromatic Colors of #D942C8
Black with #D942C8
Text Example
Text Example
White with #D942C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D942C8; }
p { color: rgb(217,66,200); }
H1.HeaderClassName
{
color: #D942C8;
}
.AnyTagClassName
{
color: #D942C8;
}
</style>
background-color css
<style>
a { background-color: #D942C8; }
a { background-color: rgb(217,66,200); }
div.DivClassName
{
background-color: #D942C8;
}
.BgClassName
{
background-color: #D942C8;
}
</style>
border-color css
<style>
span { border-color: #D942C8; }
span { border-color: rgb(217,66,200); }
td.TdClassName
{
border-color: #D942C8;
}
.TagClassName
{
border-color: #D942C8;
}
</style>