Html Css Color HEX #D34CE2 Free Speech Magenta
📋 copy color: '#D34CE2'red 211 ◦ green 76 ◦ blue 226
Shades of Free Speech Magenta #D34CE2
Tints of Free Speech Magenta #D34CE2
RGB
CMYK
RGB Variations
Color information
#D34CE2 (or 0xD34CE2) is known color: Free Speech Magenta. HEX triplet: D3, 4C and E2. RGB value is (211,76,226). Sum of RGB (Red+Green+Blue) = 211+76+226=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #D34CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CE2 is #2CB31D. Grayscale: #858585. Windows color (decimal): -2929438 or 14830803. OLE color: 14830803.
HSL color Cylindrical-coordinate representation of color #D34CE2: hue angle of 294º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34CE2 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 76 | 226 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.11 |
| HSL | 294º | 0.72% | 0.59% | - |
| HSV(B) | 294º | 0.66% | 0.89% | - |
| XYZ | 43.18 | 24.51 | 74.41 | - |
| YUV | 133.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 226 | 0.07 | 0.66 | 0 | 0.11 | 294 | 0.72 | 0.59 |
| Hex | D3 | 4C | E2 | 7 | 42 | 0 | B | 126 | 48 | 3B |
| Octal | 323 | 114 | 342 | 7 | 102 | 0 | 13 | 446 | 110 | 73 |
| Binary | 11010011 | 1001100 | 11100010 | 111 | 1000010 | 0 | 1011 | 100100110 | 1001000 | 111011 |
Color Harmonies of #D34CE2
Complementary color
Monochromatic Colors of #D34CE2
Black with #D34CE2
Text Example
Text Example
White with #D34CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CE2; }
p { color: rgb(211,76,226); }
H1.HeaderClassName
{
color: #D34CE2;
}
.AnyTagClassName
{
color: #D34CE2;
}
</style>
background-color css
<style>
a { background-color: #D34CE2; }
a { background-color: rgb(211,76,226); }
div.DivClassName
{
background-color: #D34CE2;
}
.BgClassName
{
background-color: #D34CE2;
}
</style>
border-color css
<style>
span { border-color: #D34CE2; }
span { border-color: rgb(211,76,226); }
td.TdClassName
{
border-color: #D34CE2;
}
.TagClassName
{
border-color: #D34CE2;
}
</style>