Html Css Color HEX #D742E8 Free Speech Magenta
📋 copy color: '#D742E8'red 215 ◦ green 66 ◦ blue 232
Shades of Free Speech Magenta #D742E8
Tints of Free Speech Magenta #D742E8
RGB
CMYK
RGB Variations
Color information
#D742E8 (or 0xD742E8) is known color: Free Speech Magenta. HEX triplet: D7, 42 and E8. RGB value is (215,66,232). Sum of RGB (Red+Green+Blue) = 215+66+232=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #D742E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742E8 is #28BD17. Grayscale: #808080. Windows color (decimal): -2669848 or 15221463. OLE color: 15221463.
HSL color Cylindrical-coordinate representation of color #D742E8: hue angle of 293.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D742E8 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 66 | 232 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.09 |
| HSL | 293.86º | 0.78% | 0.58% | - |
| HSV(B) | 293.86º | 0.72% | 0.91% | - |
| XYZ | 44.54 | 24.17 | 78.66 | - |
| YUV | 129.48 | 185.86 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 232 | 0.07 | 0.72 | 0 | 0.09 | 293.86 | 0.78 | 0.58 |
| Hex | D7 | 42 | E8 | 7 | 48 | 0 | 9 | 126 | 4E | 3A |
| Octal | 327 | 102 | 350 | 7 | 110 | 0 | 11 | 446 | 116 | 72 |
| Binary | 11010111 | 1000010 | 11101000 | 111 | 1001000 | 0 | 1001 | 100100110 | 1001110 | 111010 |
Color Harmonies of #D742E8
Complementary color
Monochromatic Colors of #D742E8
Black with #D742E8
Text Example
Text Example
White with #D742E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742E8; }
p { color: rgb(215,66,232); }
H1.HeaderClassName
{
color: #D742E8;
}
.AnyTagClassName
{
color: #D742E8;
}
</style>
background-color css
<style>
a { background-color: #D742E8; }
a { background-color: rgb(215,66,232); }
div.DivClassName
{
background-color: #D742E8;
}
.BgClassName
{
background-color: #D742E8;
}
</style>
border-color css
<style>
span { border-color: #D742E8; }
span { border-color: rgb(215,66,232); }
td.TdClassName
{
border-color: #D742E8;
}
.TagClassName
{
border-color: #D742E8;
}
</style>