Html Css Color HEX #D736F2 Free Speech Magenta
📋 copy color: '#D736F2'red 215 ◦ green 54 ◦ blue 242
Shades of Free Speech Magenta #D736F2
Tints of Free Speech Magenta #D736F2
RGB
CMYK
RGB Variations
Color information
#D736F2 (or 0xD736F2) is known color: Free Speech Magenta. HEX triplet: D7, 36 and F2. RGB value is (215,54,242). Sum of RGB (Red+Green+Blue) = 215+54+242=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #D736F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D736F2 is #28C90D. Grayscale: #7A7A7A. Windows color (decimal): -2672910 or 15873751. OLE color: 15873751.
HSL color Cylindrical-coordinate representation of color #D736F2: hue angle of 291.38º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D736F2 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 54 | 242 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.05 |
| HSL | 291.38º | 0.88% | 0.58% | - |
| HSV(B) | 291.38º | 0.78% | 0.95% | - |
| XYZ | 45.37 | 23.5 | 86.15 | - |
| YUV | 123.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 242 | 0.11 | 0.78 | 0 | 0.05 | 291.38 | 0.88 | 0.58 |
| Hex | D7 | 36 | F2 | B | 4E | 0 | 5 | 123 | 58 | 3A |
| Octal | 327 | 66 | 362 | 13 | 116 | 0 | 5 | 443 | 130 | 72 |
| Binary | 11010111 | 110110 | 11110010 | 1011 | 1001110 | 0 | 101 | 100100011 | 1011000 | 111010 |
Color Harmonies of #D736F2
Complementary color
Monochromatic Colors of #D736F2
Black with #D736F2
Text Example
Text Example
White with #D736F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736F2; }
p { color: rgb(215,54,242); }
H1.HeaderClassName
{
color: #D736F2;
}
.AnyTagClassName
{
color: #D736F2;
}
</style>
background-color css
<style>
a { background-color: #D736F2; }
a { background-color: rgb(215,54,242); }
div.DivClassName
{
background-color: #D736F2;
}
.BgClassName
{
background-color: #D736F2;
}
</style>
border-color css
<style>
span { border-color: #D736F2; }
span { border-color: rgb(215,54,242); }
td.TdClassName
{
border-color: #D736F2;
}
.TagClassName
{
border-color: #D736F2;
}
</style>