Html Css Color HEX #D25ADA Free Speech Magenta
📋 copy color: '#D25ADA'red 210 ◦ green 90 ◦ blue 218
Shades of Free Speech Magenta #D25ADA
Tints of Free Speech Magenta #D25ADA
RGB
CMYK
RGB Variations
Color information
#D25ADA (or 0xD25ADA) is known color: Free Speech Magenta. HEX triplet: D2, 5A and DA. RGB value is (210,90,218). Sum of RGB (Red+Green+Blue) = 210+90+218=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D25ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ADA is #2DA525. Grayscale: #8C8C8C. Windows color (decimal): -2991398 or 14310098. OLE color: 14310098.
HSL color Cylindrical-coordinate representation of color #D25ADA: hue angle of 296.25º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25ADA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 90 | 218 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.15 |
| HSL | 296.25º | 0.63% | 0.6% | - |
| HSV(B) | 296.25º | 0.59% | 0.85% | - |
| XYZ | 42.89 | 26.08 | 69.1 | - |
| YUV | 140.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 218 | 0.04 | 0.59 | 0 | 0.15 | 296.25 | 0.63 | 0.6 |
| Hex | D2 | 5A | DA | 4 | 3B | 0 | F | 128 | 3F | 3C |
| Octal | 322 | 132 | 332 | 4 | 73 | 0 | 17 | 450 | 77 | 74 |
| Binary | 11010010 | 1011010 | 11011010 | 100 | 111011 | 0 | 1111 | 100101000 | 111111 | 111100 |
Color Harmonies of #D25ADA
Complementary color
Monochromatic Colors of #D25ADA
Black with #D25ADA
Text Example
Text Example
White with #D25ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ADA; }
p { color: rgb(210,90,218); }
H1.HeaderClassName
{
color: #D25ADA;
}
.AnyTagClassName
{
color: #D25ADA;
}
</style>
background-color css
<style>
a { background-color: #D25ADA; }
a { background-color: rgb(210,90,218); }
div.DivClassName
{
background-color: #D25ADA;
}
.BgClassName
{
background-color: #D25ADA;
}
</style>
border-color css
<style>
span { border-color: #D25ADA; }
span { border-color: rgb(210,90,218); }
td.TdClassName
{
border-color: #D25ADA;
}
.TagClassName
{
border-color: #D25ADA;
}
</style>