Html Css Color HEX #D438D6 Free Speech Magenta
📋 copy color: '#D438D6'red 212 ◦ green 56 ◦ blue 214
Shades of Free Speech Magenta #D438D6
Tints of Free Speech Magenta #D438D6
RGB
CMYK
RGB Variations
Color information
#D438D6 (or 0xD438D6) is known color: Free Speech Magenta. HEX triplet: D4, 38 and D6. RGB value is (212,56,214). Sum of RGB (Red+Green+Blue) = 212+56+214=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #D438D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438D6 is #2BC729. Grayscale: #787878. Windows color (decimal): -2869034 or 14039252. OLE color: 14039252.
HSL color Cylindrical-coordinate representation of color #D438D6: hue angle of 299.24º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438D6 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 56 | 214 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.16 |
| HSL | 299.24º | 0.66% | 0.53% | - |
| HSV(B) | 299.24º | 0.74% | 0.84% | - |
| XYZ | 40.7 | 21.68 | 65.66 | - |
| YUV | 120.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 214 | 0.01 | 0.74 | 0 | 0.16 | 299.24 | 0.66 | 0.53 |
| Hex | D4 | 38 | D6 | 1 | 4A | 0 | 10 | 12B | 42 | 35 |
| Octal | 324 | 70 | 326 | 1 | 112 | 0 | 20 | 453 | 102 | 65 |
| Binary | 11010100 | 111000 | 11010110 | 1 | 1001010 | 0 | 10000 | 100101011 | 1000010 | 110101 |
Color Harmonies of #D438D6
Complementary color
Monochromatic Colors of #D438D6
Black with #D438D6
Text Example
Text Example
White with #D438D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438D6; }
p { color: rgb(212,56,214); }
H1.HeaderClassName
{
color: #D438D6;
}
.AnyTagClassName
{
color: #D438D6;
}
</style>
background-color css
<style>
a { background-color: #D438D6; }
a { background-color: rgb(212,56,214); }
div.DivClassName
{
background-color: #D438D6;
}
.BgClassName
{
background-color: #D438D6;
}
</style>
border-color css
<style>
span { border-color: #D438D6; }
span { border-color: rgb(212,56,214); }
td.TdClassName
{
border-color: #D438D6;
}
.TagClassName
{
border-color: #D438D6;
}
</style>