Html Css Color HEX #D74BDF Free Speech Magenta
📋 copy color: '#D74BDF'red 215 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #D74BDF
Tints of Free Speech Magenta #D74BDF
RGB
CMYK
RGB Variations
Color information
#D74BDF (or 0xD74BDF) is known color: Free Speech Magenta. HEX triplet: D7, 4B and DF. RGB value is (215,75,223). Sum of RGB (Red+Green+Blue) = 215+75+223=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #D74BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BDF is #28B420. Grayscale: #858585. Windows color (decimal): -2667553 or 14633943. OLE color: 14633943.
HSL color Cylindrical-coordinate representation of color #D74BDF: hue angle of 296.76º 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 #D74BDF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 75 | 223 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.13 |
| HSL | 296.76º | 0.7% | 0.58% | - |
| HSV(B) | 296.76º | 0.66% | 0.87% | - |
| XYZ | 43.86 | 24.81 | 72.29 | - |
| YUV | 133.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 223 | 0.04 | 0.66 | 0 | 0.13 | 296.76 | 0.7 | 0.58 |
| Hex | D7 | 4B | DF | 4 | 42 | 0 | D | 129 | 46 | 3A |
| Octal | 327 | 113 | 337 | 4 | 102 | 0 | 15 | 451 | 106 | 72 |
| Binary | 11010111 | 1001011 | 11011111 | 100 | 1000010 | 0 | 1101 | 100101001 | 1000110 | 111010 |
Color Harmonies of #D74BDF
Complementary color
Monochromatic Colors of #D74BDF
Black with #D74BDF
Text Example
Text Example
White with #D74BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BDF; }
p { color: rgb(215,75,223); }
H1.HeaderClassName
{
color: #D74BDF;
}
.AnyTagClassName
{
color: #D74BDF;
}
</style>
background-color css
<style>
a { background-color: #D74BDF; }
a { background-color: rgb(215,75,223); }
div.DivClassName
{
background-color: #D74BDF;
}
.BgClassName
{
background-color: #D74BDF;
}
</style>
border-color css
<style>
span { border-color: #D74BDF; }
span { border-color: rgb(215,75,223); }
td.TdClassName
{
border-color: #D74BDF;
}
.TagClassName
{
border-color: #D74BDF;
}
</style>