Html Css Color HEX #D44BD2 Free Speech Magenta
📋 copy color: '#D44BD2'red 212 ◦ green 75 ◦ blue 210
Shades of Free Speech Magenta #D44BD2
Tints of Free Speech Magenta #D44BD2
RGB
CMYK
RGB Variations
Color information
#D44BD2 (or 0xD44BD2) is known color: Free Speech Magenta. HEX triplet: D4, 4B and D2. RGB value is (212,75,210). Sum of RGB (Red+Green+Blue) = 212+75+210=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44BD2 is #2BB42D. Grayscale: #828282. Windows color (decimal): -2864174 or 13781972. OLE color: 13781972.
HSL color Cylindrical-coordinate representation of color #D44BD2: hue angle of 300.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44BD2 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 75 | 210 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.17 |
| HSL | 300.88º | 0.61% | 0.56% | - |
| HSV(B) | 300.88º | 0.65% | 0.83% | - |
| XYZ | 41.3 | 23.68 | 63.37 | - |
| YUV | 131.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 210 | 0 | 0.65 | 0.01 | 0.17 | 300.88 | 0.61 | 0.56 |
| Hex | D4 | 4B | D2 | 0 | 41 | 1 | 11 | 12D | 3D | 38 |
| Octal | 324 | 113 | 322 | 0 | 101 | 1 | 21 | 455 | 75 | 70 |
| Binary | 11010100 | 1001011 | 11010010 | 0 | 1000001 | 1 | 10001 | 100101101 | 111101 | 111000 |
Color Harmonies of #D44BD2
Complementary color
Monochromatic Colors of #D44BD2
Black with #D44BD2
Text Example
Text Example
White with #D44BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BD2; }
p { color: rgb(212,75,210); }
H1.HeaderClassName
{
color: #D44BD2;
}
.AnyTagClassName
{
color: #D44BD2;
}
</style>
background-color css
<style>
a { background-color: #D44BD2; }
a { background-color: rgb(212,75,210); }
div.DivClassName
{
background-color: #D44BD2;
}
.BgClassName
{
background-color: #D44BD2;
}
</style>
border-color css
<style>
span { border-color: #D44BD2; }
span { border-color: rgb(212,75,210); }
td.TdClassName
{
border-color: #D44BD2;
}
.TagClassName
{
border-color: #D44BD2;
}
</style>