Html Css Color HEX #D94AD3 Free Speech Magenta
📋 copy color: '#D94AD3'red 217 ◦ green 74 ◦ blue 211
Shades of Free Speech Magenta #D94AD3
Tints of Free Speech Magenta #D94AD3
RGB
CMYK
RGB Variations
Color information
#D94AD3 (or 0xD94AD3) is known color: Free Speech Magenta. HEX triplet: D9, 4A and D3. RGB value is (217,74,211). Sum of RGB (Red+Green+Blue) = 217+74+211=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AD3 is #26B52C. Grayscale: #838383. Windows color (decimal): -2536749 or 13847257. OLE color: 13847257.
HSL color Cylindrical-coordinate representation of color #D94AD3: hue angle of 302.52º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94AD3 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 211 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.15 |
| HSL | 302.52º | 0.65% | 0.57% | - |
| HSV(B) | 302.52º | 0.66% | 0.85% | - |
| XYZ | 42.82 | 24.35 | 64.07 | - |
| YUV | 132.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 211 | 0 | 0.66 | 0.03 | 0.15 | 302.52 | 0.65 | 0.57 |
| Hex | D9 | 4A | D3 | 0 | 42 | 3 | F | 12F | 41 | 39 |
| Octal | 331 | 112 | 323 | 0 | 102 | 3 | 17 | 457 | 101 | 71 |
| Binary | 11011001 | 1001010 | 11010011 | 0 | 1000010 | 11 | 1111 | 100101111 | 1000001 | 111001 |
Color Harmonies of #D94AD3
Complementary color
Monochromatic Colors of #D94AD3
Black with #D94AD3
Text Example
Text Example
White with #D94AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AD3; }
p { color: rgb(217,74,211); }
H1.HeaderClassName
{
color: #D94AD3;
}
.AnyTagClassName
{
color: #D94AD3;
}
</style>
background-color css
<style>
a { background-color: #D94AD3; }
a { background-color: rgb(217,74,211); }
div.DivClassName
{
background-color: #D94AD3;
}
.BgClassName
{
background-color: #D94AD3;
}
</style>
border-color css
<style>
span { border-color: #D94AD3; }
span { border-color: rgb(217,74,211); }
td.TdClassName
{
border-color: #D94AD3;
}
.TagClassName
{
border-color: #D94AD3;
}
</style>