Html Css Color HEX #D53BDF Free Speech Magenta
📋 copy color: '#D53BDF'red 213 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #D53BDF
Tints of Free Speech Magenta #D53BDF
RGB
CMYK
RGB Variations
Color information
#D53BDF (or 0xD53BDF) is known color: Free Speech Magenta. HEX triplet: D5, 3B and DF. RGB value is (213,59,223). Sum of RGB (Red+Green+Blue) = 213+59+223=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #D53BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BDF is #2AC420. Grayscale: #7B7B7B. Windows color (decimal): -2802721 or 14629845. OLE color: 14629845.
HSL color Cylindrical-coordinate representation of color #D53BDF: hue angle of 296.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53BDF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 59 | 223 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 296.34º | 0.72% | 0.55% | - |
| HSV(B) | 296.34º | 0.74% | 0.87% | - |
| XYZ | 42.32 | 22.6 | 71.94 | - |
| YUV | 123.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 223 | 0.04 | 0.74 | 0 | 0.13 | 296.34 | 0.72 | 0.55 |
| Hex | D5 | 3B | DF | 4 | 4A | 0 | D | 128 | 48 | 37 |
| Octal | 325 | 73 | 337 | 4 | 112 | 0 | 15 | 450 | 110 | 67 |
| Binary | 11010101 | 111011 | 11011111 | 100 | 1001010 | 0 | 1101 | 100101000 | 1001000 | 110111 |
Color Harmonies of #D53BDF
Complementary color
Monochromatic Colors of #D53BDF
Black with #D53BDF
Text Example
Text Example
White with #D53BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BDF; }
p { color: rgb(213,59,223); }
H1.HeaderClassName
{
color: #D53BDF;
}
.AnyTagClassName
{
color: #D53BDF;
}
</style>
background-color css
<style>
a { background-color: #D53BDF; }
a { background-color: rgb(213,59,223); }
div.DivClassName
{
background-color: #D53BDF;
}
.BgClassName
{
background-color: #D53BDF;
}
</style>
border-color css
<style>
span { border-color: #D53BDF; }
span { border-color: rgb(213,59,223); }
td.TdClassName
{
border-color: #D53BDF;
}
.TagClassName
{
border-color: #D53BDF;
}
</style>