Html Css Color HEX #D44AD5 Free Speech Magenta
📋 copy color: '#D44AD5'red 212 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #D44AD5
Tints of Free Speech Magenta #D44AD5
RGB
CMYK
RGB Variations
Color information
#D44AD5 (or 0xD44AD5) is known color: Free Speech Magenta. HEX triplet: D4, 4A and D5. RGB value is (212,74,213). Sum of RGB (Red+Green+Blue) = 212+74+213=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #D44AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44AD5 is #2BB52A. Grayscale: #828282. Windows color (decimal): -2864427 or 13978324. OLE color: 13978324.
HSL color Cylindrical-coordinate representation of color #D44AD5: hue angle of 299.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44AD5 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 74 | 213 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.16 |
| HSL | 299.57º | 0.62% | 0.56% | - |
| HSV(B) | 299.57º | 0.65% | 0.84% | - |
| XYZ | 41.61 | 23.7 | 65.33 | - |
| YUV | 131.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 213 | 0.00 | 0.65 | 0 | 0.16 | 299.57 | 0.62 | 0.56 |
| Hex | D4 | 4A | D5 | 0 | 41 | 0 | 10 | 12C | 3E | 38 |
| Octal | 324 | 112 | 325 | 0 | 101 | 0 | 20 | 454 | 76 | 70 |
| Binary | 11010100 | 1001010 | 11010101 | 0 | 1000001 | 0 | 10000 | 100101100 | 111110 | 111000 |
Color Harmonies of #D44AD5
Complementary color
Monochromatic Colors of #D44AD5
Black with #D44AD5
Text Example
Text Example
White with #D44AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44AD5; }
p { color: rgb(212,74,213); }
H1.HeaderClassName
{
color: #D44AD5;
}
.AnyTagClassName
{
color: #D44AD5;
}
</style>
background-color css
<style>
a { background-color: #D44AD5; }
a { background-color: rgb(212,74,213); }
div.DivClassName
{
background-color: #D44AD5;
}
.BgClassName
{
background-color: #D44AD5;
}
</style>
border-color css
<style>
span { border-color: #D44AD5; }
span { border-color: rgb(212,74,213); }
td.TdClassName
{
border-color: #D44AD5;
}
.TagClassName
{
border-color: #D44AD5;
}
</style>