Html Css Color HEX #D434DC Free Speech Magenta
📋 copy color: '#D434DC'red 212 ◦ green 52 ◦ blue 220
Shades of Free Speech Magenta #D434DC
Tints of Free Speech Magenta #D434DC
RGB
CMYK
RGB Variations
Color information
#D434DC (or 0xD434DC) is known color: Free Speech Magenta. HEX triplet: D4, 34 and DC. RGB value is (212,52,220). Sum of RGB (Red+Green+Blue) = 212+52+220=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #D434DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434DC is #2BCB23. Grayscale: #767676. Windows color (decimal): -2870052 or 14431444. OLE color: 14431444.
HSL color Cylindrical-coordinate representation of color #D434DC: hue angle of 297.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D434DC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 52 | 220 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.14 |
| HSL | 297.14º | 0.71% | 0.53% | - |
| HSV(B) | 297.14º | 0.76% | 0.86% | - |
| XYZ | 41.3 | 21.62 | 69.71 | - |
| YUV | 118.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 220 | 0.04 | 0.76 | 0 | 0.14 | 297.14 | 0.71 | 0.53 |
| Hex | D4 | 34 | DC | 4 | 4C | 0 | E | 129 | 47 | 35 |
| Octal | 324 | 64 | 334 | 4 | 114 | 0 | 16 | 451 | 107 | 65 |
| Binary | 11010100 | 110100 | 11011100 | 100 | 1001100 | 0 | 1110 | 100101001 | 1000111 | 110101 |
Color Harmonies of #D434DC
Complementary color
Monochromatic Colors of #D434DC
Black with #D434DC
Text Example
Text Example
White with #D434DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434DC; }
p { color: rgb(212,52,220); }
H1.HeaderClassName
{
color: #D434DC;
}
.AnyTagClassName
{
color: #D434DC;
}
</style>
background-color css
<style>
a { background-color: #D434DC; }
a { background-color: rgb(212,52,220); }
div.DivClassName
{
background-color: #D434DC;
}
.BgClassName
{
background-color: #D434DC;
}
</style>
border-color css
<style>
span { border-color: #D434DC; }
span { border-color: rgb(212,52,220); }
td.TdClassName
{
border-color: #D434DC;
}
.TagClassName
{
border-color: #D434DC;
}
</style>