Html Css Color HEX #D846CC Free Speech Magenta
📋 copy color: '#D846CC'red 216 ◦ green 70 ◦ blue 204
Shades of Free Speech Magenta #D846CC
Tints of Free Speech Magenta #D846CC
RGB
CMYK
RGB Variations
Color information
#D846CC (or 0xD846CC) is known color: Free Speech Magenta. HEX triplet: D8, 46 and CC. RGB value is (216,70,204). Sum of RGB (Red+Green+Blue) = 216+70+204=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D846CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D846CC is #27B933. Grayscale: #808080. Windows color (decimal): -2603316 or 13387480. OLE color: 13387480.
HSL color Cylindrical-coordinate representation of color #D846CC: hue angle of 304.93º degrees, saturation: 0.65, 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 #D846CC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 70 | 204 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.15 |
| HSL | 304.93º | 0.65% | 0.56% | - |
| HSV(B) | 304.93º | 0.68% | 0.85% | - |
| XYZ | 41.41 | 23.34 | 59.45 | - |
| YUV | 128.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 70 | 204 | 0 | 0.68 | 0.06 | 0.15 | 304.93 | 0.65 | 0.56 |
| Hex | D8 | 46 | CC | 0 | 44 | 6 | F | 131 | 41 | 38 |
| Octal | 330 | 106 | 314 | 0 | 104 | 6 | 17 | 461 | 101 | 70 |
| Binary | 11011000 | 1000110 | 11001100 | 0 | 1000100 | 110 | 1111 | 100110001 | 1000001 | 111000 |
Color Harmonies of #D846CC
Complementary color
Monochromatic Colors of #D846CC
Black with #D846CC
Text Example
Text Example
White with #D846CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D846CC; }
p { color: rgb(216,70,204); }
H1.HeaderClassName
{
color: #D846CC;
}
.AnyTagClassName
{
color: #D846CC;
}
</style>
background-color css
<style>
a { background-color: #D846CC; }
a { background-color: rgb(216,70,204); }
div.DivClassName
{
background-color: #D846CC;
}
.BgClassName
{
background-color: #D846CC;
}
</style>
border-color css
<style>
span { border-color: #D846CC; }
span { border-color: rgb(216,70,204); }
td.TdClassName
{
border-color: #D846CC;
}
.TagClassName
{
border-color: #D846CC;
}
</style>