Html Css Color HEX #D738DF Free Speech Magenta
📋 copy color: '#D738DF'red 215 ◦ green 56 ◦ blue 223
Shades of Free Speech Magenta #D738DF
Tints of Free Speech Magenta #D738DF
RGB
CMYK
RGB Variations
Color information
#D738DF (or 0xD738DF) is known color: Free Speech Magenta. HEX triplet: D7, 38 and DF. RGB value is (215,56,223). Sum of RGB (Red+Green+Blue) = 215+56+223=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D738DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738DF is #28C720. Grayscale: #7A7A7A. Windows color (decimal): -2672417 or 14629079. OLE color: 14629079.
HSL color Cylindrical-coordinate representation of color #D738DF: hue angle of 297.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D738DF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 56 | 223 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.13 |
| HSL | 297.13º | 0.72% | 0.55% | - |
| HSV(B) | 297.13º | 0.75% | 0.87% | - |
| XYZ | 42.76 | 22.6 | 71.92 | - |
| YUV | 122.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 223 | 0.04 | 0.75 | 0 | 0.13 | 297.13 | 0.72 | 0.55 |
| Hex | D7 | 38 | DF | 4 | 4B | 0 | D | 129 | 48 | 37 |
| Octal | 327 | 70 | 337 | 4 | 113 | 0 | 15 | 451 | 110 | 67 |
| Binary | 11010111 | 111000 | 11011111 | 100 | 1001011 | 0 | 1101 | 100101001 | 1001000 | 110111 |
Color Harmonies of #D738DF
Complementary color
Monochromatic Colors of #D738DF
Black with #D738DF
Text Example
Text Example
White with #D738DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738DF; }
p { color: rgb(215,56,223); }
H1.HeaderClassName
{
color: #D738DF;
}
.AnyTagClassName
{
color: #D738DF;
}
</style>
background-color css
<style>
a { background-color: #D738DF; }
a { background-color: rgb(215,56,223); }
div.DivClassName
{
background-color: #D738DF;
}
.BgClassName
{
background-color: #D738DF;
}
</style>
border-color css
<style>
span { border-color: #D738DF; }
span { border-color: rgb(215,56,223); }
td.TdClassName
{
border-color: #D738DF;
}
.TagClassName
{
border-color: #D738DF;
}
</style>