Html Css Color HEX #D53CDD Free Speech Magenta
📋 copy color: '#D53CDD'red 213 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #D53CDD
Tints of Free Speech Magenta #D53CDD
RGB
CMYK
RGB Variations
Color information
#D53CDD (or 0xD53CDD) is known color: Free Speech Magenta. HEX triplet: D5, 3C and DD. RGB value is (213,60,221). Sum of RGB (Red+Green+Blue) = 213+60+221=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #D53CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CDD is #2AC322. Grayscale: #7B7B7B. Windows color (decimal): -2802467 or 14499029. OLE color: 14499029.
HSL color Cylindrical-coordinate representation of color #D53CDD: hue angle of 297.02º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53CDD is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 60 | 221 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.13 |
| HSL | 297.02º | 0.7% | 0.55% | - |
| HSV(B) | 297.02º | 0.73% | 0.87% | - |
| XYZ | 42.11 | 22.6 | 70.55 | - |
| YUV | 124.1 | 182.69 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 221 | 0.04 | 0.73 | 0 | 0.13 | 297.02 | 0.7 | 0.55 |
| Hex | D5 | 3C | DD | 4 | 49 | 0 | D | 129 | 46 | 37 |
| Octal | 325 | 74 | 335 | 4 | 111 | 0 | 15 | 451 | 106 | 67 |
| Binary | 11010101 | 111100 | 11011101 | 100 | 1001001 | 0 | 1101 | 100101001 | 1000110 | 110111 |
Color Harmonies of #D53CDD
Complementary color
Monochromatic Colors of #D53CDD
Black with #D53CDD
Text Example
Text Example
White with #D53CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CDD; }
p { color: rgb(213,60,221); }
H1.HeaderClassName
{
color: #D53CDD;
}
.AnyTagClassName
{
color: #D53CDD;
}
</style>
background-color css
<style>
a { background-color: #D53CDD; }
a { background-color: rgb(213,60,221); }
div.DivClassName
{
background-color: #D53CDD;
}
.BgClassName
{
background-color: #D53CDD;
}
</style>
border-color css
<style>
span { border-color: #D53CDD; }
span { border-color: rgb(213,60,221); }
td.TdClassName
{
border-color: #D53CDD;
}
.TagClassName
{
border-color: #D53CDD;
}
</style>