Html Css Color HEX #D53DF2 Free Speech Magenta
📋 copy color: '#D53DF2'red 213 ◦ green 61 ◦ blue 242
Shades of Free Speech Magenta #D53DF2
Tints of Free Speech Magenta #D53DF2
RGB
CMYK
RGB Variations
Color information
#D53DF2 (or 0xD53DF2) is known color: Free Speech Magenta. HEX triplet: D5, 3D and F2. RGB value is (213,61,242). Sum of RGB (Red+Green+Blue) = 213+61+242=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #D53DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53DF2 is #2AC20D. Grayscale: #7E7E7E. Windows color (decimal): -2802190 or 15875541. OLE color: 15875541.
HSL color Cylindrical-coordinate representation of color #D53DF2: hue angle of 290.39º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53DF2 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 61 | 242 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.05 |
| HSL | 290.39º | 0.87% | 0.59% | - |
| HSV(B) | 290.39º | 0.75% | 0.95% | - |
| XYZ | 45.14 | 23.89 | 86.24 | - |
| YUV | 127.08 | 192.86 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 242 | 0.12 | 0.75 | 0 | 0.05 | 290.39 | 0.87 | 0.59 |
| Hex | D5 | 3D | F2 | C | 4B | 0 | 5 | 122 | 57 | 3B |
| Octal | 325 | 75 | 362 | 14 | 113 | 0 | 5 | 442 | 127 | 73 |
| Binary | 11010101 | 111101 | 11110010 | 1100 | 1001011 | 0 | 101 | 100100010 | 1010111 | 111011 |
Color Harmonies of #D53DF2
Complementary color
Monochromatic Colors of #D53DF2
Black with #D53DF2
Text Example
Text Example
White with #D53DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53DF2; }
p { color: rgb(213,61,242); }
H1.HeaderClassName
{
color: #D53DF2;
}
.AnyTagClassName
{
color: #D53DF2;
}
</style>
background-color css
<style>
a { background-color: #D53DF2; }
a { background-color: rgb(213,61,242); }
div.DivClassName
{
background-color: #D53DF2;
}
.BgClassName
{
background-color: #D53DF2;
}
</style>
border-color css
<style>
span { border-color: #D53DF2; }
span { border-color: rgb(213,61,242); }
td.TdClassName
{
border-color: #D53DF2;
}
.TagClassName
{
border-color: #D53DF2;
}
</style>