Html Css Color HEX #D44BED Free Speech Magenta
📋 copy color: '#D44BED'red 212 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #D44BED
Tints of Free Speech Magenta #D44BED
RGB
CMYK
RGB Variations
Color information
#D44BED (or 0xD44BED) is known color: Free Speech Magenta. HEX triplet: D4, 4B and ED. RGB value is (212,75,237). Sum of RGB (Red+Green+Blue) = 212+75+237=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #D44BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44BED is #2BB412. Grayscale: #858585. Windows color (decimal): -2864147 or 15551444. OLE color: 15551444.
HSL color Cylindrical-coordinate representation of color #D44BED: hue angle of 290.74º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44BED is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 75 | 237 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290.74º | 0.82% | 0.61% | - |
| HSV(B) | 290.74º | 0.68% | 0.93% | - |
| XYZ | 44.95 | 25.14 | 82.6 | - |
| YUV | 134.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 237 | 0.11 | 0.68 | 0 | 0.07 | 290.74 | 0.82 | 0.61 |
| Hex | D4 | 4B | ED | B | 44 | 0 | 7 | 123 | 52 | 3D |
| Octal | 324 | 113 | 355 | 13 | 104 | 0 | 7 | 443 | 122 | 75 |
| Binary | 11010100 | 1001011 | 11101101 | 1011 | 1000100 | 0 | 111 | 100100011 | 1010010 | 111101 |
Color Harmonies of #D44BED
Complementary color
Monochromatic Colors of #D44BED
Black with #D44BED
Text Example
Text Example
White with #D44BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BED; }
p { color: rgb(212,75,237); }
H1.HeaderClassName
{
color: #D44BED;
}
.AnyTagClassName
{
color: #D44BED;
}
</style>
background-color css
<style>
a { background-color: #D44BED; }
a { background-color: rgb(212,75,237); }
div.DivClassName
{
background-color: #D44BED;
}
.BgClassName
{
background-color: #D44BED;
}
</style>
border-color css
<style>
span { border-color: #D44BED; }
span { border-color: rgb(212,75,237); }
td.TdClassName
{
border-color: #D44BED;
}
.TagClassName
{
border-color: #D44BED;
}
</style>