Html Css Color HEX #D433DF Free Speech Magenta
📋 copy color: '#D433DF'red 212 ◦ green 51 ◦ blue 223
Shades of Free Speech Magenta #D433DF
Tints of Free Speech Magenta #D433DF
RGB
CMYK
RGB Variations
Color information
#D433DF (or 0xD433DF) is known color: Free Speech Magenta. HEX triplet: D4, 33 and DF. RGB value is (212,51,223). Sum of RGB (Red+Green+Blue) = 212+51+223=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #D433DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433DF is #2BCC20. Grayscale: #767676. Windows color (decimal): -2870305 or 14627796. OLE color: 14627796.
HSL color Cylindrical-coordinate representation of color #D433DF: hue angle of 296.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D433DF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 51 | 223 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.13 |
| HSL | 296.16º | 0.73% | 0.54% | - |
| HSV(B) | 296.16º | 0.77% | 0.87% | - |
| XYZ | 41.65 | 21.69 | 71.8 | - |
| YUV | 118.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 223 | 0.05 | 0.77 | 0 | 0.13 | 296.16 | 0.73 | 0.54 |
| Hex | D4 | 33 | DF | 5 | 4D | 0 | D | 128 | 49 | 36 |
| Octal | 324 | 63 | 337 | 5 | 115 | 0 | 15 | 450 | 111 | 66 |
| Binary | 11010100 | 110011 | 11011111 | 101 | 1001101 | 0 | 1101 | 100101000 | 1001001 | 110110 |
Color Harmonies of #D433DF
Complementary color
Monochromatic Colors of #D433DF
Black with #D433DF
Text Example
Text Example
White with #D433DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433DF; }
p { color: rgb(212,51,223); }
H1.HeaderClassName
{
color: #D433DF;
}
.AnyTagClassName
{
color: #D433DF;
}
</style>
background-color css
<style>
a { background-color: #D433DF; }
a { background-color: rgb(212,51,223); }
div.DivClassName
{
background-color: #D433DF;
}
.BgClassName
{
background-color: #D433DF;
}
</style>
border-color css
<style>
span { border-color: #D433DF; }
span { border-color: rgb(212,51,223); }
td.TdClassName
{
border-color: #D433DF;
}
.TagClassName
{
border-color: #D433DF;
}
</style>