Html Css Color HEX #D443DA Free Speech Magenta
📋 copy color: '#D443DA'red 212 ◦ green 67 ◦ blue 218
Shades of Free Speech Magenta #D443DA
Tints of Free Speech Magenta #D443DA
RGB
CMYK
RGB Variations
Color information
#D443DA (or 0xD443DA) is known color: Free Speech Magenta. HEX triplet: D4, 43 and DA. RGB value is (212,67,218). Sum of RGB (Red+Green+Blue) = 212+67+218=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #D443DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443DA is #2BBC25. Grayscale: #7F7F7F. Windows color (decimal): -2866214 or 14304212. OLE color: 14304212.
HSL color Cylindrical-coordinate representation of color #D443DA: hue angle of 297.62º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D443DA is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 67 | 218 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.15 |
| HSL | 297.62º | 0.67% | 0.56% | - |
| HSV(B) | 297.62º | 0.69% | 0.85% | - |
| XYZ | 41.81 | 23.07 | 68.58 | - |
| YUV | 127.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 218 | 0.03 | 0.69 | 0 | 0.15 | 297.62 | 0.67 | 0.56 |
| Hex | D4 | 43 | DA | 3 | 45 | 0 | F | 12A | 43 | 38 |
| Octal | 324 | 103 | 332 | 3 | 105 | 0 | 17 | 452 | 103 | 70 |
| Binary | 11010100 | 1000011 | 11011010 | 11 | 1000101 | 0 | 1111 | 100101010 | 1000011 | 111000 |
Color Harmonies of #D443DA
Complementary color
Monochromatic Colors of #D443DA
Black with #D443DA
Text Example
Text Example
White with #D443DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D443DA; }
p { color: rgb(212,67,218); }
H1.HeaderClassName
{
color: #D443DA;
}
.AnyTagClassName
{
color: #D443DA;
}
</style>
background-color css
<style>
a { background-color: #D443DA; }
a { background-color: rgb(212,67,218); }
div.DivClassName
{
background-color: #D443DA;
}
.BgClassName
{
background-color: #D443DA;
}
</style>
border-color css
<style>
span { border-color: #D443DA; }
span { border-color: rgb(212,67,218); }
td.TdClassName
{
border-color: #D443DA;
}
.TagClassName
{
border-color: #D443DA;
}
</style>