Html Css Color HEX #D94AD0 Free Speech Magenta
📋 copy color: '#D94AD0'red 217 ◦ green 74 ◦ blue 208
Shades of Free Speech Magenta #D94AD0
Tints of Free Speech Magenta #D94AD0
RGB
CMYK
RGB Variations
Color information
#D94AD0 (or 0xD94AD0) is known color: Free Speech Magenta. HEX triplet: D9, 4A and D0. RGB value is (217,74,208). Sum of RGB (Red+Green+Blue) = 217+74+208=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AD0 is #26B52F. Grayscale: #838383. Windows color (decimal): -2536752 or 13650649. OLE color: 13650649.
HSL color Cylindrical-coordinate representation of color #D94AD0: hue angle of 303.78º 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 #D94AD0 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 208 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.15 |
| HSL | 303.78º | 0.65% | 0.57% | - |
| HSV(B) | 303.78º | 0.66% | 0.85% | - |
| XYZ | 42.45 | 24.2 | 62.11 | - |
| YUV | 132.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 208 | 0 | 0.66 | 0.04 | 0.15 | 303.78 | 0.65 | 0.57 |
| Hex | D9 | 4A | D0 | 0 | 42 | 4 | F | 130 | 41 | 39 |
| Octal | 331 | 112 | 320 | 0 | 102 | 4 | 17 | 460 | 101 | 71 |
| Binary | 11011001 | 1001010 | 11010000 | 0 | 1000010 | 100 | 1111 | 100110000 | 1000001 | 111001 |
Color Harmonies of #D94AD0
Complementary color
Monochromatic Colors of #D94AD0
Black with #D94AD0
Text Example
Text Example
White with #D94AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AD0; }
p { color: rgb(217,74,208); }
H1.HeaderClassName
{
color: #D94AD0;
}
.AnyTagClassName
{
color: #D94AD0;
}
</style>
background-color css
<style>
a { background-color: #D94AD0; }
a { background-color: rgb(217,74,208); }
div.DivClassName
{
background-color: #D94AD0;
}
.BgClassName
{
background-color: #D94AD0;
}
</style>
border-color css
<style>
span { border-color: #D94AD0; }
span { border-color: rgb(217,74,208); }
td.TdClassName
{
border-color: #D94AD0;
}
.TagClassName
{
border-color: #D94AD0;
}
</style>