Html Css Color HEX #D945CC Free Speech Magenta
📋 copy color: '#D945CC'red 217 ◦ green 69 ◦ blue 204
Shades of Free Speech Magenta #D945CC
Tints of Free Speech Magenta #D945CC
RGB
CMYK
RGB Variations
Color information
#D945CC (or 0xD945CC) is known color: Free Speech Magenta. HEX triplet: D9, 45 and CC. RGB value is (217,69,204). Sum of RGB (Red+Green+Blue) = 217+69+204=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D945CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D945CC is #26BA33. Grayscale: #808080. Windows color (decimal): -2538036 or 13387225. OLE color: 13387225.
HSL color Cylindrical-coordinate representation of color #D945CC: hue angle of 305.27º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D945CC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 204 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.15 |
| HSL | 305.27º | 0.66% | 0.56% | - |
| HSV(B) | 305.27º | 0.68% | 0.85% | - |
| XYZ | 41.64 | 23.37 | 59.44 | - |
| YUV | 128.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 204 | 0 | 0.68 | 0.06 | 0.15 | 305.27 | 0.66 | 0.56 |
| Hex | D9 | 45 | CC | 0 | 44 | 6 | F | 131 | 42 | 38 |
| Octal | 331 | 105 | 314 | 0 | 104 | 6 | 17 | 461 | 102 | 70 |
| Binary | 11011001 | 1000101 | 11001100 | 0 | 1000100 | 110 | 1111 | 100110001 | 1000010 | 111000 |
Color Harmonies of #D945CC
Complementary color
Monochromatic Colors of #D945CC
Black with #D945CC
Text Example
Text Example
White with #D945CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945CC; }
p { color: rgb(217,69,204); }
H1.HeaderClassName
{
color: #D945CC;
}
.AnyTagClassName
{
color: #D945CC;
}
</style>
background-color css
<style>
a { background-color: #D945CC; }
a { background-color: rgb(217,69,204); }
div.DivClassName
{
background-color: #D945CC;
}
.BgClassName
{
background-color: #D945CC;
}
</style>
border-color css
<style>
span { border-color: #D945CC; }
span { border-color: rgb(217,69,204); }
td.TdClassName
{
border-color: #D945CC;
}
.TagClassName
{
border-color: #D945CC;
}
</style>