Html Css Color HEX #D742EE Free Speech Magenta
📋 copy color: '#D742EE'red 215 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #D742EE
Tints of Free Speech Magenta #D742EE
RGB
CMYK
RGB Variations
Color information
#D742EE (or 0xD742EE) is known color: Free Speech Magenta. HEX triplet: D7, 42 and EE. RGB value is (215,66,238). Sum of RGB (Red+Green+Blue) = 215+66+238=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #D742EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742EE is #28BD11. Grayscale: #818181. Windows color (decimal): -2669842 or 15614679. OLE color: 15614679.
HSL color Cylindrical-coordinate representation of color #D742EE: hue angle of 291.98º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D742EE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 66 | 238 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.07 |
| HSL | 291.98º | 0.83% | 0.6% | - |
| HSV(B) | 291.98º | 0.72% | 0.93% | - |
| XYZ | 45.41 | 24.52 | 83.23 | - |
| YUV | 130.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 238 | 0.10 | 0.72 | 0 | 0.07 | 291.98 | 0.83 | 0.6 |
| Hex | D7 | 42 | EE | A | 48 | 0 | 7 | 124 | 53 | 3C |
| Octal | 327 | 102 | 356 | 12 | 110 | 0 | 7 | 444 | 123 | 74 |
| Binary | 11010111 | 1000010 | 11101110 | 1010 | 1001000 | 0 | 111 | 100100100 | 1010011 | 111100 |
Color Harmonies of #D742EE
Complementary color
Monochromatic Colors of #D742EE
Black with #D742EE
Text Example
Text Example
White with #D742EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742EE; }
p { color: rgb(215,66,238); }
H1.HeaderClassName
{
color: #D742EE;
}
.AnyTagClassName
{
color: #D742EE;
}
</style>
background-color css
<style>
a { background-color: #D742EE; }
a { background-color: rgb(215,66,238); }
div.DivClassName
{
background-color: #D742EE;
}
.BgClassName
{
background-color: #D742EE;
}
</style>
border-color css
<style>
span { border-color: #D742EE; }
span { border-color: rgb(215,66,238); }
td.TdClassName
{
border-color: #D742EE;
}
.TagClassName
{
border-color: #D742EE;
}
</style>