Html Css Color HEX #D34BDD Free Speech Magenta
📋 copy color: '#D34BDD'red 211 ◦ green 75 ◦ blue 221
Shades of Free Speech Magenta #D34BDD
Tints of Free Speech Magenta #D34BDD
RGB
CMYK
RGB Variations
Color information
#D34BDD (or 0xD34BDD) is known color: Free Speech Magenta. HEX triplet: D3, 4B and DD. RGB value is (211,75,221). Sum of RGB (Red+Green+Blue) = 211+75+221=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #D34BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BDD is #2CB422. Grayscale: #838383. Windows color (decimal): -2929699 or 14502867. OLE color: 14502867.
HSL color Cylindrical-coordinate representation of color #D34BDD: hue angle of 295.89º 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 #D34BDD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 75 | 221 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.13 |
| HSL | 295.89º | 0.68% | 0.58% | - |
| HSV(B) | 295.89º | 0.66% | 0.87% | - |
| XYZ | 42.43 | 24.1 | 70.82 | - |
| YUV | 132.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 221 | 0.05 | 0.66 | 0 | 0.13 | 295.89 | 0.68 | 0.58 |
| Hex | D3 | 4B | DD | 5 | 42 | 0 | D | 128 | 44 | 3A |
| Octal | 323 | 113 | 335 | 5 | 102 | 0 | 15 | 450 | 104 | 72 |
| Binary | 11010011 | 1001011 | 11011101 | 101 | 1000010 | 0 | 1101 | 100101000 | 1000100 | 111010 |
Color Harmonies of #D34BDD
Complementary color
Monochromatic Colors of #D34BDD
Black with #D34BDD
Text Example
Text Example
White with #D34BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BDD; }
p { color: rgb(211,75,221); }
H1.HeaderClassName
{
color: #D34BDD;
}
.AnyTagClassName
{
color: #D34BDD;
}
</style>
background-color css
<style>
a { background-color: #D34BDD; }
a { background-color: rgb(211,75,221); }
div.DivClassName
{
background-color: #D34BDD;
}
.BgClassName
{
background-color: #D34BDD;
}
</style>
border-color css
<style>
span { border-color: #D34BDD; }
span { border-color: rgb(211,75,221); }
td.TdClassName
{
border-color: #D34BDD;
}
.TagClassName
{
border-color: #D34BDD;
}
</style>