Html Css Color HEX #D448D6 Free Speech Magenta
📋 copy color: '#D448D6'red 212 ◦ green 72 ◦ blue 214
Shades of Free Speech Magenta #D448D6
Tints of Free Speech Magenta #D448D6
RGB
CMYK
RGB Variations
Color information
#D448D6 (or 0xD448D6) is known color: Free Speech Magenta. HEX triplet: D4, 48 and D6. RGB value is (212,72,214). Sum of RGB (Red+Green+Blue) = 212+72+214=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #D448D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448D6 is #2BB729. Grayscale: #818181. Windows color (decimal): -2864938 or 14043348. OLE color: 14043348.
HSL color Cylindrical-coordinate representation of color #D448D6: hue angle of 299.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D448D6 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 72 | 214 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.16 |
| HSL | 299.15º | 0.63% | 0.56% | - |
| HSV(B) | 299.15º | 0.66% | 0.84% | - |
| XYZ | 41.61 | 23.49 | 65.96 | - |
| YUV | 130.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 214 | 0.01 | 0.66 | 0 | 0.16 | 299.15 | 0.63 | 0.56 |
| Hex | D4 | 48 | D6 | 1 | 42 | 0 | 10 | 12B | 3F | 38 |
| Octal | 324 | 110 | 326 | 1 | 102 | 0 | 20 | 453 | 77 | 70 |
| Binary | 11010100 | 1001000 | 11010110 | 1 | 1000010 | 0 | 10000 | 100101011 | 111111 | 111000 |
Color Harmonies of #D448D6
Complementary color
Monochromatic Colors of #D448D6
Black with #D448D6
Text Example
Text Example
White with #D448D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448D6; }
p { color: rgb(212,72,214); }
H1.HeaderClassName
{
color: #D448D6;
}
.AnyTagClassName
{
color: #D448D6;
}
</style>
background-color css
<style>
a { background-color: #D448D6; }
a { background-color: rgb(212,72,214); }
div.DivClassName
{
background-color: #D448D6;
}
.BgClassName
{
background-color: #D448D6;
}
</style>
border-color css
<style>
span { border-color: #D448D6; }
span { border-color: rgb(212,72,214); }
td.TdClassName
{
border-color: #D448D6;
}
.TagClassName
{
border-color: #D448D6;
}
</style>