Html Css Color HEX #D94BDF Free Speech Magenta
📋 copy color: '#D94BDF'red 217 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #D94BDF
Tints of Free Speech Magenta #D94BDF
RGB
CMYK
RGB Variations
Color information
#D94BDF (or 0xD94BDF) is known color: Free Speech Magenta. HEX triplet: D9, 4B and DF. RGB value is (217,75,223). Sum of RGB (Red+Green+Blue) = 217+75+223=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #D94BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94BDF is #26B420. Grayscale: #858585. Windows color (decimal): -2536481 or 14633945. OLE color: 14633945.
HSL color Cylindrical-coordinate representation of color #D94BDF: hue angle of 297.57º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94BDF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 75 | 223 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.13 |
| HSL | 297.57º | 0.7% | 0.58% | - |
| HSV(B) | 297.57º | 0.66% | 0.87% | - |
| XYZ | 44.45 | 25.11 | 72.32 | - |
| YUV | 134.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 75 | 223 | 0.03 | 0.66 | 0 | 0.13 | 297.57 | 0.7 | 0.58 |
| Hex | D9 | 4B | DF | 3 | 42 | 0 | D | 12A | 46 | 3A |
| Octal | 331 | 113 | 337 | 3 | 102 | 0 | 15 | 452 | 106 | 72 |
| Binary | 11011001 | 1001011 | 11011111 | 11 | 1000010 | 0 | 1101 | 100101010 | 1000110 | 111010 |
Color Harmonies of #D94BDF
Complementary color
Monochromatic Colors of #D94BDF
Black with #D94BDF
Text Example
Text Example
White with #D94BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94BDF; }
p { color: rgb(217,75,223); }
H1.HeaderClassName
{
color: #D94BDF;
}
.AnyTagClassName
{
color: #D94BDF;
}
</style>
background-color css
<style>
a { background-color: #D94BDF; }
a { background-color: rgb(217,75,223); }
div.DivClassName
{
background-color: #D94BDF;
}
.BgClassName
{
background-color: #D94BDF;
}
</style>
border-color css
<style>
span { border-color: #D94BDF; }
span { border-color: rgb(217,75,223); }
td.TdClassName
{
border-color: #D94BDF;
}
.TagClassName
{
border-color: #D94BDF;
}
</style>