Html Css Color HEX #D73CEE Free Speech Magenta
📋 copy color: '#D73CEE'red 215 ◦ green 60 ◦ blue 238
Shades of Free Speech Magenta #D73CEE
Tints of Free Speech Magenta #D73CEE
RGB
CMYK
RGB Variations
Color information
#D73CEE (or 0xD73CEE) is known color: Free Speech Magenta. HEX triplet: D7, 3C and EE. RGB value is (215,60,238). Sum of RGB (Red+Green+Blue) = 215+60+238=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #D73CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73CEE is #28C311. Grayscale: #7E7E7E. Windows color (decimal): -2671378 or 15613143. OLE color: 15613143.
HSL color Cylindrical-coordinate representation of color #D73CEE: hue angle of 292.25º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73CEE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 60 | 238 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.07 |
| HSL | 292.25º | 0.84% | 0.58% | - |
| HSV(B) | 292.25º | 0.75% | 0.93% | - |
| XYZ | 45.07 | 23.85 | 83.12 | - |
| YUV | 126.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 238 | 0.10 | 0.75 | 0 | 0.07 | 292.25 | 0.84 | 0.58 |
| Hex | D7 | 3C | EE | A | 4B | 0 | 7 | 124 | 54 | 3A |
| Octal | 327 | 74 | 356 | 12 | 113 | 0 | 7 | 444 | 124 | 72 |
| Binary | 11010111 | 111100 | 11101110 | 1010 | 1001011 | 0 | 111 | 100100100 | 1010100 | 111010 |
Color Harmonies of #D73CEE
Complementary color
Monochromatic Colors of #D73CEE
Black with #D73CEE
Text Example
Text Example
White with #D73CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CEE; }
p { color: rgb(215,60,238); }
H1.HeaderClassName
{
color: #D73CEE;
}
.AnyTagClassName
{
color: #D73CEE;
}
</style>
background-color css
<style>
a { background-color: #D73CEE; }
a { background-color: rgb(215,60,238); }
div.DivClassName
{
background-color: #D73CEE;
}
.BgClassName
{
background-color: #D73CEE;
}
</style>
border-color css
<style>
span { border-color: #D73CEE; }
span { border-color: rgb(215,60,238); }
td.TdClassName
{
border-color: #D73CEE;
}
.TagClassName
{
border-color: #D73CEE;
}
</style>