Html Css Color HEX #D636F2 Free Speech Magenta
📋 copy color: '#D636F2'red 214 ◦ green 54 ◦ blue 242
Shades of Free Speech Magenta #D636F2
Tints of Free Speech Magenta #D636F2
RGB
CMYK
RGB Variations
Color information
#D636F2 (or 0xD636F2) is known color: Free Speech Magenta. HEX triplet: D6, 36 and F2. RGB value is (214,54,242). Sum of RGB (Red+Green+Blue) = 214+54+242=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #D636F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D636F2 is #29C90D. Grayscale: #7A7A7A. Windows color (decimal): -2738446 or 15873750. OLE color: 15873750.
HSL color Cylindrical-coordinate representation of color #D636F2: hue angle of 291.06º 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 #D636F2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 54 | 242 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.05 |
| HSL | 291.06º | 0.88% | 0.58% | - |
| HSV(B) | 291.06º | 0.78% | 0.95% | - |
| XYZ | 45.08 | 23.35 | 86.13 | - |
| YUV | 123.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 242 | 0.12 | 0.78 | 0 | 0.05 | 291.06 | 0.88 | 0.58 |
| Hex | D6 | 36 | F2 | C | 4E | 0 | 5 | 123 | 58 | 3A |
| Octal | 326 | 66 | 362 | 14 | 116 | 0 | 5 | 443 | 130 | 72 |
| Binary | 11010110 | 110110 | 11110010 | 1100 | 1001110 | 0 | 101 | 100100011 | 1011000 | 111010 |
Color Harmonies of #D636F2
Complementary color
Monochromatic Colors of #D636F2
Black with #D636F2
Text Example
Text Example
White with #D636F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636F2; }
p { color: rgb(214,54,242); }
H1.HeaderClassName
{
color: #D636F2;
}
.AnyTagClassName
{
color: #D636F2;
}
</style>
background-color css
<style>
a { background-color: #D636F2; }
a { background-color: rgb(214,54,242); }
div.DivClassName
{
background-color: #D636F2;
}
.BgClassName
{
background-color: #D636F2;
}
</style>
border-color css
<style>
span { border-color: #D636F2; }
span { border-color: rgb(214,54,242); }
td.TdClassName
{
border-color: #D636F2;
}
.TagClassName
{
border-color: #D636F2;
}
</style>