Html Css Color HEX #D434D6 Free Speech Magenta
📋 copy color: '#D434D6'red 212 ◦ green 52 ◦ blue 214
Shades of Free Speech Magenta #D434D6
Tints of Free Speech Magenta #D434D6
RGB
CMYK
RGB Variations
Color information
#D434D6 (or 0xD434D6) is known color: Free Speech Magenta. HEX triplet: D4, 34 and D6. RGB value is (212,52,214). Sum of RGB (Red+Green+Blue) = 212+52+214=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #D434D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434D6 is #2BCB29. Grayscale: #757575. Windows color (decimal): -2870058 or 14038228. OLE color: 14038228.
HSL color Cylindrical-coordinate representation of color #D434D6: hue angle of 299.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D434D6 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 52 | 214 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.16 |
| HSL | 299.26º | 0.66% | 0.52% | - |
| HSV(B) | 299.26º | 0.76% | 0.84% | - |
| XYZ | 40.52 | 21.31 | 65.6 | - |
| YUV | 118.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 214 | 0.01 | 0.76 | 0 | 0.16 | 299.26 | 0.66 | 0.52 |
| Hex | D4 | 34 | D6 | 1 | 4C | 0 | 10 | 12B | 42 | 34 |
| Octal | 324 | 64 | 326 | 1 | 114 | 0 | 20 | 453 | 102 | 64 |
| Binary | 11010100 | 110100 | 11010110 | 1 | 1001100 | 0 | 10000 | 100101011 | 1000010 | 110100 |
Color Harmonies of #D434D6
Complementary color
Monochromatic Colors of #D434D6
Black with #D434D6
Text Example
Text Example
White with #D434D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434D6; }
p { color: rgb(212,52,214); }
H1.HeaderClassName
{
color: #D434D6;
}
.AnyTagClassName
{
color: #D434D6;
}
</style>
background-color css
<style>
a { background-color: #D434D6; }
a { background-color: rgb(212,52,214); }
div.DivClassName
{
background-color: #D434D6;
}
.BgClassName
{
background-color: #D434D6;
}
</style>
border-color css
<style>
span { border-color: #D434D6; }
span { border-color: rgb(212,52,214); }
td.TdClassName
{
border-color: #D434D6;
}
.TagClassName
{
border-color: #D434D6;
}
</style>