Html Css Color HEX #D447D4 Free Speech Magenta
📋 copy color: '#D447D4'red 212 ◦ green 71 ◦ blue 212
Shades of Free Speech Magenta #D447D4
Tints of Free Speech Magenta #D447D4
RGB
CMYK
RGB Variations
Color information
#D447D4 (or 0xD447D4) is known color: Free Speech Magenta. HEX triplet: D4, 47 and D4. RGB value is (212,71,212). Sum of RGB (Red+Green+Blue) = 212+71+212=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D447D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D447D4 is #2BB82B. Grayscale: #808080. Windows color (decimal): -2865196 or 13912020. OLE color: 13912020.
HSL color Cylindrical-coordinate representation of color #D447D4: hue angle of 300º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D447D4 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 212 | - |
| CMYK | 0 | 0.67 | 0 | 0.17 |
| HSL | 300º | 0.62% | 0.55% | - |
| HSV(B) | 300º | 0.67% | 0.83% | - |
| XYZ | 41.29 | 23.26 | 64.6 | - |
| YUV | 129.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 212 | 0 | 0.67 | 0 | 0.17 | 300 | 0.62 | 0.55 |
| Hex | D4 | 47 | D4 | 0 | 43 | 0 | 11 | 12C | 3E | 37 |
| Octal | 324 | 107 | 324 | 0 | 103 | 0 | 21 | 454 | 76 | 67 |
| Binary | 11010100 | 1000111 | 11010100 | 0 | 1000011 | 0 | 10001 | 100101100 | 111110 | 110111 |
Color Harmonies of #D447D4
Complementary color
Monochromatic Colors of #D447D4
Black with #D447D4
Text Example
Text Example
White with #D447D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D447D4; }
p { color: rgb(212,71,212); }
H1.HeaderClassName
{
color: #D447D4;
}
.AnyTagClassName
{
color: #D447D4;
}
</style>
background-color css
<style>
a { background-color: #D447D4; }
a { background-color: rgb(212,71,212); }
div.DivClassName
{
background-color: #D447D4;
}
.BgClassName
{
background-color: #D447D4;
}
</style>
border-color css
<style>
span { border-color: #D447D4; }
span { border-color: rgb(212,71,212); }
td.TdClassName
{
border-color: #D447D4;
}
.TagClassName
{
border-color: #D447D4;
}
</style>