Html Css Color HEX #D938CC Free Speech Magenta
📋 copy color: '#D938CC'red 217 ◦ green 56 ◦ blue 204
Shades of Free Speech Magenta #D938CC
Tints of Free Speech Magenta #D938CC
RGB
CMYK
RGB Variations
Color information
#D938CC (or 0xD938CC) is known color: Free Speech Magenta. HEX triplet: D9, 38 and CC. RGB value is (217,56,204). Sum of RGB (Red+Green+Blue) = 217+56+204=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D938CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938CC is #26C733. Grayscale: #787878. Windows color (decimal): -2541364 or 13383897. OLE color: 13383897.
HSL color Cylindrical-coordinate representation of color #D938CC: hue angle of 304.84º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D938CC is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 204 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.15 |
| HSL | 304.84º | 0.68% | 0.54% | - |
| HSV(B) | 304.84º | 0.74% | 0.85% | - |
| XYZ | 40.93 | 21.94 | 59.2 | - |
| YUV | 121.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 204 | 0 | 0.74 | 0.06 | 0.15 | 304.84 | 0.68 | 0.54 |
| Hex | D9 | 38 | CC | 0 | 4A | 6 | F | 131 | 44 | 36 |
| Octal | 331 | 70 | 314 | 0 | 112 | 6 | 17 | 461 | 104 | 66 |
| Binary | 11011001 | 111000 | 11001100 | 0 | 1001010 | 110 | 1111 | 100110001 | 1000100 | 110110 |
Color Harmonies of #D938CC
Complementary color
Monochromatic Colors of #D938CC
Black with #D938CC
Text Example
Text Example
White with #D938CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938CC; }
p { color: rgb(217,56,204); }
H1.HeaderClassName
{
color: #D938CC;
}
.AnyTagClassName
{
color: #D938CC;
}
</style>
background-color css
<style>
a { background-color: #D938CC; }
a { background-color: rgb(217,56,204); }
div.DivClassName
{
background-color: #D938CC;
}
.BgClassName
{
background-color: #D938CC;
}
</style>
border-color css
<style>
span { border-color: #D938CC; }
span { border-color: rgb(217,56,204); }
td.TdClassName
{
border-color: #D938CC;
}
.TagClassName
{
border-color: #D938CC;
}
</style>