Html Css Color HEX #D34BDA Free Speech Magenta
📋 copy color: '#D34BDA'red 211 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #D34BDA
Tints of Free Speech Magenta #D34BDA
RGB
CMYK
RGB Variations
Color information
#D34BDA (or 0xD34BDA) is known color: Free Speech Magenta. HEX triplet: D3, 4B and DA. RGB value is (211,75,218). Sum of RGB (Red+Green+Blue) = 211+75+218=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #D34BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BDA is #2CB425. Grayscale: #838383. Windows color (decimal): -2929702 or 14306259. OLE color: 14306259.
HSL color Cylindrical-coordinate representation of color #D34BDA: hue angle of 297.06º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34BDA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 75 | 218 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.15 |
| HSL | 297.06º | 0.66% | 0.57% | - |
| HSV(B) | 297.06º | 0.66% | 0.85% | - |
| XYZ | 42.03 | 23.94 | 68.74 | - |
| YUV | 131.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 218 | 0.03 | 0.66 | 0 | 0.15 | 297.06 | 0.66 | 0.57 |
| Hex | D3 | 4B | DA | 3 | 42 | 0 | F | 129 | 42 | 39 |
| Octal | 323 | 113 | 332 | 3 | 102 | 0 | 17 | 451 | 102 | 71 |
| Binary | 11010011 | 1001011 | 11011010 | 11 | 1000010 | 0 | 1111 | 100101001 | 1000010 | 111001 |
Color Harmonies of #D34BDA
Complementary color
Monochromatic Colors of #D34BDA
Black with #D34BDA
Text Example
Text Example
White with #D34BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BDA; }
p { color: rgb(211,75,218); }
H1.HeaderClassName
{
color: #D34BDA;
}
.AnyTagClassName
{
color: #D34BDA;
}
</style>
background-color css
<style>
a { background-color: #D34BDA; }
a { background-color: rgb(211,75,218); }
div.DivClassName
{
background-color: #D34BDA;
}
.BgClassName
{
background-color: #D34BDA;
}
</style>
border-color css
<style>
span { border-color: #D34BDA; }
span { border-color: rgb(211,75,218); }
td.TdClassName
{
border-color: #D34BDA;
}
.TagClassName
{
border-color: #D34BDA;
}
</style>