Html Css Color HEX #D435E5 Free Speech Magenta
📋 copy color: '#D435E5'red 212 ◦ green 53 ◦ blue 229
Shades of Free Speech Magenta #D435E5
Tints of Free Speech Magenta #D435E5
RGB
CMYK
RGB Variations
Color information
#D435E5 (or 0xD435E5) is known color: Free Speech Magenta. HEX triplet: D4, 35 and E5. RGB value is (212,53,229). Sum of RGB (Red+Green+Blue) = 212+53+229=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #D435E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D435E5 is #2BCA1A. Grayscale: #787878. Windows color (decimal): -2869787 or 15021524. OLE color: 15021524.
HSL color Cylindrical-coordinate representation of color #D435E5: hue angle of 294.2º degrees, saturation: 0.77, 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 #D435E5 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 53 | 229 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.10 |
| HSL | 294.2º | 0.77% | 0.55% | - |
| HSV(B) | 294.2º | 0.77% | 0.9% | - |
| XYZ | 42.57 | 22.2 | 76.17 | - |
| YUV | 120.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 229 | 0.07 | 0.77 | 0 | 0.10 | 294.2 | 0.77 | 0.55 |
| Hex | D4 | 35 | E5 | 7 | 4D | 0 | A | 126 | 4D | 37 |
| Octal | 324 | 65 | 345 | 7 | 115 | 0 | 12 | 446 | 115 | 67 |
| Binary | 11010100 | 110101 | 11100101 | 111 | 1001101 | 0 | 1010 | 100100110 | 1001101 | 110111 |
Color Harmonies of #D435E5
Complementary color
Monochromatic Colors of #D435E5
Black with #D435E5
Text Example
Text Example
White with #D435E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435E5; }
p { color: rgb(212,53,229); }
H1.HeaderClassName
{
color: #D435E5;
}
.AnyTagClassName
{
color: #D435E5;
}
</style>
background-color css
<style>
a { background-color: #D435E5; }
a { background-color: rgb(212,53,229); }
div.DivClassName
{
background-color: #D435E5;
}
.BgClassName
{
background-color: #D435E5;
}
</style>
border-color css
<style>
span { border-color: #D435E5; }
span { border-color: rgb(212,53,229); }
td.TdClassName
{
border-color: #D435E5;
}
.TagClassName
{
border-color: #D435E5;
}
</style>