Html Css Color HEX #D34CCF Free Speech Magenta
📋 copy color: '#D34CCF'red 211 ◦ green 76 ◦ blue 207
Shades of Free Speech Magenta #D34CCF
Tints of Free Speech Magenta #D34CCF
RGB
CMYK
RGB Variations
Color information
#D34CCF (or 0xD34CCF) is known color: Free Speech Magenta. HEX triplet: D3, 4C and CF. RGB value is (211,76,207). Sum of RGB (Red+Green+Blue) = 211+76+207=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CCF is #2CB330. Grayscale: #828282. Windows color (decimal): -2929457 or 13585619. OLE color: 13585619.
HSL color Cylindrical-coordinate representation of color #D34CCF: hue angle of 301.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34CCF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 76 | 207 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.17 |
| HSL | 301.78º | 0.61% | 0.56% | - |
| HSV(B) | 301.78º | 0.64% | 0.83% | - |
| XYZ | 40.71 | 23.52 | 61.43 | - |
| YUV | 131.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 207 | 0 | 0.64 | 0.02 | 0.17 | 301.78 | 0.61 | 0.56 |
| Hex | D3 | 4C | CF | 0 | 40 | 2 | 11 | 12E | 3D | 38 |
| Octal | 323 | 114 | 317 | 0 | 100 | 2 | 21 | 456 | 75 | 70 |
| Binary | 11010011 | 1001100 | 11001111 | 0 | 1000000 | 10 | 10001 | 100101110 | 111101 | 111000 |
Color Harmonies of #D34CCF
Complementary color
Monochromatic Colors of #D34CCF
Black with #D34CCF
Text Example
Text Example
White with #D34CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CCF; }
p { color: rgb(211,76,207); }
H1.HeaderClassName
{
color: #D34CCF;
}
.AnyTagClassName
{
color: #D34CCF;
}
</style>
background-color css
<style>
a { background-color: #D34CCF; }
a { background-color: rgb(211,76,207); }
div.DivClassName
{
background-color: #D34CCF;
}
.BgClassName
{
background-color: #D34CCF;
}
</style>
border-color css
<style>
span { border-color: #D34CCF; }
span { border-color: rgb(211,76,207); }
td.TdClassName
{
border-color: #D34CCF;
}
.TagClassName
{
border-color: #D34CCF;
}
</style>