Html Css Color HEX #D743E2 Free Speech Magenta
📋 copy color: '#D743E2'red 215 ◦ green 67 ◦ blue 226
Shades of Free Speech Magenta #D743E2
Tints of Free Speech Magenta #D743E2
RGB
CMYK
RGB Variations
Color information
#D743E2 (or 0xD743E2) is known color: Free Speech Magenta. HEX triplet: D7, 43 and E2. RGB value is (215,67,226). Sum of RGB (Red+Green+Blue) = 215+67+226=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #D743E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D743E2 is #28BC1D. Grayscale: #808080. Windows color (decimal): -2669598 or 14828503. OLE color: 14828503.
HSL color Cylindrical-coordinate representation of color #D743E2: hue angle of 295.85º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D743E2 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 67 | 226 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.11 |
| HSL | 295.85º | 0.73% | 0.57% | - |
| HSV(B) | 295.85º | 0.7% | 0.89% | - |
| XYZ | 43.76 | 23.95 | 74.27 | - |
| YUV | 129.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 226 | 0.05 | 0.70 | 0 | 0.11 | 295.85 | 0.73 | 0.57 |
| Hex | D7 | 43 | E2 | 5 | 46 | 0 | B | 128 | 49 | 39 |
| Octal | 327 | 103 | 342 | 5 | 106 | 0 | 13 | 450 | 111 | 71 |
| Binary | 11010111 | 1000011 | 11100010 | 101 | 1000110 | 0 | 1011 | 100101000 | 1001001 | 111001 |
Color Harmonies of #D743E2
Complementary color
Monochromatic Colors of #D743E2
Black with #D743E2
Text Example
Text Example
White with #D743E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D743E2; }
p { color: rgb(215,67,226); }
H1.HeaderClassName
{
color: #D743E2;
}
.AnyTagClassName
{
color: #D743E2;
}
</style>
background-color css
<style>
a { background-color: #D743E2; }
a { background-color: rgb(215,67,226); }
div.DivClassName
{
background-color: #D743E2;
}
.BgClassName
{
background-color: #D743E2;
}
</style>
border-color css
<style>
span { border-color: #D743E2; }
span { border-color: rgb(215,67,226); }
td.TdClassName
{
border-color: #D743E2;
}
.TagClassName
{
border-color: #D743E2;
}
</style>