Html Css Color HEX #D53CE0 Free Speech Magenta
📋 copy color: '#D53CE0'red 213 ◦ green 60 ◦ blue 224
Shades of Free Speech Magenta #D53CE0
Tints of Free Speech Magenta #D53CE0
RGB
CMYK
RGB Variations
Color information
#D53CE0 (or 0xD53CE0) is known color: Free Speech Magenta. HEX triplet: D5, 3C and E0. RGB value is (213,60,224). Sum of RGB (Red+Green+Blue) = 213+60+224=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #D53CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CE0 is #2AC31F. Grayscale: #7B7B7B. Windows color (decimal): -2802464 or 14695637. OLE color: 14695637.
HSL color Cylindrical-coordinate representation of color #D53CE0: hue angle of 295.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53CE0 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 60 | 224 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.12 |
| HSL | 295.98º | 0.73% | 0.56% | - |
| HSV(B) | 295.98º | 0.73% | 0.88% | - |
| XYZ | 42.51 | 22.76 | 72.67 | - |
| YUV | 124.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 224 | 0.05 | 0.73 | 0 | 0.12 | 295.98 | 0.73 | 0.56 |
| Hex | D5 | 3C | E0 | 5 | 49 | 0 | C | 128 | 49 | 38 |
| Octal | 325 | 74 | 340 | 5 | 111 | 0 | 14 | 450 | 111 | 70 |
| Binary | 11010101 | 111100 | 11100000 | 101 | 1001001 | 0 | 1100 | 100101000 | 1001001 | 111000 |
Color Harmonies of #D53CE0
Complementary color
Monochromatic Colors of #D53CE0
Black with #D53CE0
Text Example
Text Example
White with #D53CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53CE0; }
p { color: rgb(213,60,224); }
H1.HeaderClassName
{
color: #D53CE0;
}
.AnyTagClassName
{
color: #D53CE0;
}
</style>
background-color css
<style>
a { background-color: #D53CE0; }
a { background-color: rgb(213,60,224); }
div.DivClassName
{
background-color: #D53CE0;
}
.BgClassName
{
background-color: #D53CE0;
}
</style>
border-color css
<style>
span { border-color: #D53CE0; }
span { border-color: rgb(213,60,224); }
td.TdClassName
{
border-color: #D53CE0;
}
.TagClassName
{
border-color: #D53CE0;
}
</style>