Html Css Color HEX #D34BDE Free Speech Magenta
📋 copy color: '#D34BDE'red 211 ◦ green 75 ◦ blue 222
Shades of Free Speech Magenta #D34BDE
Tints of Free Speech Magenta #D34BDE
RGB
CMYK
RGB Variations
Color information
#D34BDE (or 0xD34BDE) is known color: Free Speech Magenta. HEX triplet: D3, 4B and DE. RGB value is (211,75,222). Sum of RGB (Red+Green+Blue) = 211+75+222=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #D34BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BDE is #2CB421. Grayscale: #838383. Windows color (decimal): -2929698 or 14568403. OLE color: 14568403.
HSL color Cylindrical-coordinate representation of color #D34BDE: hue angle of 295.51º degrees, saturation: 0.69, 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 #D34BDE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 75 | 222 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.13 |
| HSL | 295.51º | 0.69% | 0.58% | - |
| HSV(B) | 295.51º | 0.66% | 0.87% | - |
| XYZ | 42.56 | 24.15 | 71.53 | - |
| YUV | 132.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 222 | 0.05 | 0.66 | 0 | 0.13 | 295.51 | 0.69 | 0.58 |
| Hex | D3 | 4B | DE | 5 | 42 | 0 | D | 128 | 45 | 3A |
| Octal | 323 | 113 | 336 | 5 | 102 | 0 | 15 | 450 | 105 | 72 |
| Binary | 11010011 | 1001011 | 11011110 | 101 | 1000010 | 0 | 1101 | 100101000 | 1000101 | 111010 |
Color Harmonies of #D34BDE
Complementary color
Monochromatic Colors of #D34BDE
Black with #D34BDE
Text Example
Text Example
White with #D34BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BDE; }
p { color: rgb(211,75,222); }
H1.HeaderClassName
{
color: #D34BDE;
}
.AnyTagClassName
{
color: #D34BDE;
}
</style>
background-color css
<style>
a { background-color: #D34BDE; }
a { background-color: rgb(211,75,222); }
div.DivClassName
{
background-color: #D34BDE;
}
.BgClassName
{
background-color: #D34BDE;
}
</style>
border-color css
<style>
span { border-color: #D34BDE; }
span { border-color: rgb(211,75,222); }
td.TdClassName
{
border-color: #D34BDE;
}
.TagClassName
{
border-color: #D34BDE;
}
</style>