Html Css Color HEX #D244D5 Free Speech Magenta
📋 copy color: '#D244D5'red 210 ◦ green 68 ◦ blue 213
Shades of Free Speech Magenta #D244D5
Tints of Free Speech Magenta #D244D5
RGB
CMYK
RGB Variations
Color information
#D244D5 (or 0xD244D5) is known color: Free Speech Magenta. HEX triplet: D2, 44 and D5. RGB value is (210,68,213). Sum of RGB (Red+Green+Blue) = 210+68+213=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #D244D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D244D5 is #2DBB2A. Grayscale: #7E7E7E. Windows color (decimal): -2997035 or 13976786. OLE color: 13976786.
HSL color Cylindrical-coordinate representation of color #D244D5: hue angle of 298.76º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D244D5 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 68 | 213 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.16 |
| HSL | 298.76º | 0.63% | 0.55% | - |
| HSV(B) | 298.76º | 0.68% | 0.84% | - |
| XYZ | 40.66 | 22.64 | 65.18 | - |
| YUV | 126.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 213 | 0.01 | 0.68 | 0 | 0.16 | 298.76 | 0.63 | 0.55 |
| Hex | D2 | 44 | D5 | 1 | 44 | 0 | 10 | 12B | 3F | 37 |
| Octal | 322 | 104 | 325 | 1 | 104 | 0 | 20 | 453 | 77 | 67 |
| Binary | 11010010 | 1000100 | 11010101 | 1 | 1000100 | 0 | 10000 | 100101011 | 111111 | 110111 |
Color Harmonies of #D244D5
Complementary color
Monochromatic Colors of #D244D5
Black with #D244D5
Text Example
Text Example
White with #D244D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D244D5; }
p { color: rgb(210,68,213); }
H1.HeaderClassName
{
color: #D244D5;
}
.AnyTagClassName
{
color: #D244D5;
}
</style>
background-color css
<style>
a { background-color: #D244D5; }
a { background-color: rgb(210,68,213); }
div.DivClassName
{
background-color: #D244D5;
}
.BgClassName
{
background-color: #D244D5;
}
</style>
border-color css
<style>
span { border-color: #D244D5; }
span { border-color: rgb(210,68,213); }
td.TdClassName
{
border-color: #D244D5;
}
.TagClassName
{
border-color: #D244D5;
}
</style>