Html Css Color HEX #D34BDC Free Speech Magenta
📋 copy color: '#D34BDC'red 211 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #D34BDC
Tints of Free Speech Magenta #D34BDC
RGB
CMYK
RGB Variations
Color information
#D34BDC (or 0xD34BDC) is known color: Free Speech Magenta. HEX triplet: D3, 4B and DC. RGB value is (211,75,220). Sum of RGB (Red+Green+Blue) = 211+75+220=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #D34BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BDC is #2CB423. Grayscale: #838383. Windows color (decimal): -2929700 or 14437331. OLE color: 14437331.
HSL color Cylindrical-coordinate representation of color #D34BDC: hue angle of 296.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34BDC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 75 | 220 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.14 |
| HSL | 296.28º | 0.67% | 0.58% | - |
| HSV(B) | 296.28º | 0.66% | 0.86% | - |
| XYZ | 42.3 | 24.05 | 70.12 | - |
| YUV | 132.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 220 | 0.04 | 0.66 | 0 | 0.14 | 296.28 | 0.67 | 0.58 |
| Hex | D3 | 4B | DC | 4 | 42 | 0 | E | 128 | 43 | 3A |
| Octal | 323 | 113 | 334 | 4 | 102 | 0 | 16 | 450 | 103 | 72 |
| Binary | 11010011 | 1001011 | 11011100 | 100 | 1000010 | 0 | 1110 | 100101000 | 1000011 | 111010 |
Color Harmonies of #D34BDC
Complementary color
Monochromatic Colors of #D34BDC
Black with #D34BDC
Text Example
Text Example
White with #D34BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BDC; }
p { color: rgb(211,75,220); }
H1.HeaderClassName
{
color: #D34BDC;
}
.AnyTagClassName
{
color: #D34BDC;
}
</style>
background-color css
<style>
a { background-color: #D34BDC; }
a { background-color: rgb(211,75,220); }
div.DivClassName
{
background-color: #D34BDC;
}
.BgClassName
{
background-color: #D34BDC;
}
</style>
border-color css
<style>
span { border-color: #D34BDC; }
span { border-color: rgb(211,75,220); }
td.TdClassName
{
border-color: #D34BDC;
}
.TagClassName
{
border-color: #D34BDC;
}
</style>