Html Css Color HEX #D34CDD Free Speech Magenta
📋 copy color: '#D34CDD'red 211 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #D34CDD
Tints of Free Speech Magenta #D34CDD
RGB
CMYK
RGB Variations
Color information
#D34CDD (or 0xD34CDD) is known color: Free Speech Magenta. HEX triplet: D3, 4C and DD. RGB value is (211,76,221). Sum of RGB (Red+Green+Blue) = 211+76+221=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #D34CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CDD is #2CB322. Grayscale: #848484. Windows color (decimal): -2929443 or 14503123. OLE color: 14503123.
HSL color Cylindrical-coordinate representation of color #D34CDD: hue angle of 295.86º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34CDD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 76 | 221 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.13 |
| HSL | 295.86º | 0.68% | 0.58% | - |
| HSV(B) | 295.86º | 0.66% | 0.87% | - |
| XYZ | 42.5 | 24.24 | 70.85 | - |
| YUV | 132.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 221 | 0.05 | 0.66 | 0 | 0.13 | 295.86 | 0.68 | 0.58 |
| Hex | D3 | 4C | DD | 5 | 42 | 0 | D | 128 | 44 | 3A |
| Octal | 323 | 114 | 335 | 5 | 102 | 0 | 15 | 450 | 104 | 72 |
| Binary | 11010011 | 1001100 | 11011101 | 101 | 1000010 | 0 | 1101 | 100101000 | 1000100 | 111010 |
Color Harmonies of #D34CDD
Complementary color
Monochromatic Colors of #D34CDD
Black with #D34CDD
Text Example
Text Example
White with #D34CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CDD; }
p { color: rgb(211,76,221); }
H1.HeaderClassName
{
color: #D34CDD;
}
.AnyTagClassName
{
color: #D34CDD;
}
</style>
background-color css
<style>
a { background-color: #D34CDD; }
a { background-color: rgb(211,76,221); }
div.DivClassName
{
background-color: #D34CDD;
}
.BgClassName
{
background-color: #D34CDD;
}
</style>
border-color css
<style>
span { border-color: #D34CDD; }
span { border-color: rgb(211,76,221); }
td.TdClassName
{
border-color: #D34CDD;
}
.TagClassName
{
border-color: #D34CDD;
}
</style>