Html Css Color HEX #D434E6 Free Speech Magenta
📋 copy color: '#D434E6'red 212 ◦ green 52 ◦ blue 230
Shades of Free Speech Magenta #D434E6
Tints of Free Speech Magenta #D434E6
RGB
CMYK
RGB Variations
Color information
#D434E6 (or 0xD434E6) is known color: Free Speech Magenta. HEX triplet: D4, 34 and E6. RGB value is (212,52,230). Sum of RGB (Red+Green+Blue) = 212+52+230=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #D434E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434E6 is #2BCB19. Grayscale: #777777. Windows color (decimal): -2870042 or 15086804. OLE color: 15086804.
HSL color Cylindrical-coordinate representation of color #D434E6: hue angle of 293.93º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D434E6 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 52 | 230 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.10 |
| HSL | 293.93º | 0.78% | 0.55% | - |
| HSV(B) | 293.93º | 0.77% | 0.9% | - |
| XYZ | 42.66 | 22.17 | 76.89 | - |
| YUV | 120.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 230 | 0.08 | 0.77 | 0 | 0.10 | 293.93 | 0.78 | 0.55 |
| Hex | D4 | 34 | E6 | 8 | 4D | 0 | A | 126 | 4E | 37 |
| Octal | 324 | 64 | 346 | 10 | 115 | 0 | 12 | 446 | 116 | 67 |
| Binary | 11010100 | 110100 | 11100110 | 1000 | 1001101 | 0 | 1010 | 100100110 | 1001110 | 110111 |
Color Harmonies of #D434E6
Complementary color
Monochromatic Colors of #D434E6
Black with #D434E6
Text Example
Text Example
White with #D434E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434E6; }
p { color: rgb(212,52,230); }
H1.HeaderClassName
{
color: #D434E6;
}
.AnyTagClassName
{
color: #D434E6;
}
</style>
background-color css
<style>
a { background-color: #D434E6; }
a { background-color: rgb(212,52,230); }
div.DivClassName
{
background-color: #D434E6;
}
.BgClassName
{
background-color: #D434E6;
}
</style>
border-color css
<style>
span { border-color: #D434E6; }
span { border-color: rgb(212,52,230); }
td.TdClassName
{
border-color: #D434E6;
}
.TagClassName
{
border-color: #D434E6;
}
</style>