Html Css Color HEX #D742ED Free Speech Magenta
📋 copy color: '#D742ED'red 215 ◦ green 66 ◦ blue 237
Shades of Free Speech Magenta #D742ED
Tints of Free Speech Magenta #D742ED
RGB
CMYK
RGB Variations
Color information
#D742ED (or 0xD742ED) is known color: Free Speech Magenta. HEX triplet: D7, 42 and ED. RGB value is (215,66,237). Sum of RGB (Red+Green+Blue) = 215+66+237=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D742ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742ED is #28BD12. Grayscale: #818181. Windows color (decimal): -2669843 or 15549143. OLE color: 15549143.
HSL color Cylindrical-coordinate representation of color #D742ED: hue angle of 292.28º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D742ED is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 66 | 237 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.07 |
| HSL | 292.28º | 0.83% | 0.59% | - |
| HSV(B) | 292.28º | 0.72% | 0.93% | - |
| XYZ | 45.26 | 24.46 | 82.46 | - |
| YUV | 130.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 237 | 0.09 | 0.72 | 0 | 0.07 | 292.28 | 0.83 | 0.59 |
| Hex | D7 | 42 | ED | 9 | 48 | 0 | 7 | 124 | 53 | 3B |
| Octal | 327 | 102 | 355 | 11 | 110 | 0 | 7 | 444 | 123 | 73 |
| Binary | 11010111 | 1000010 | 11101101 | 1001 | 1001000 | 0 | 111 | 100100100 | 1010011 | 111011 |
Color Harmonies of #D742ED
Complementary color
Monochromatic Colors of #D742ED
Black with #D742ED
Text Example
Text Example
White with #D742ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742ED; }
p { color: rgb(215,66,237); }
H1.HeaderClassName
{
color: #D742ED;
}
.AnyTagClassName
{
color: #D742ED;
}
</style>
background-color css
<style>
a { background-color: #D742ED; }
a { background-color: rgb(215,66,237); }
div.DivClassName
{
background-color: #D742ED;
}
.BgClassName
{
background-color: #D742ED;
}
</style>
border-color css
<style>
span { border-color: #D742ED; }
span { border-color: rgb(215,66,237); }
td.TdClassName
{
border-color: #D742ED;
}
.TagClassName
{
border-color: #D742ED;
}
</style>