Html Css Color HEX #D25DDA Free Speech Magenta
📋 copy color: '#D25DDA'red 210 ◦ green 93 ◦ blue 218
Shades of Free Speech Magenta #D25DDA
Tints of Free Speech Magenta #D25DDA
RGB
CMYK
RGB Variations
Color information
#D25DDA (or 0xD25DDA) is known color: Free Speech Magenta. HEX triplet: D2, 5D and DA. RGB value is (210,93,218). Sum of RGB (Red+Green+Blue) = 210+93+218=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #D25DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DDA is #2DA225. Grayscale: #8D8D8D. Windows color (decimal): -2990630 or 14310866. OLE color: 14310866.
HSL color Cylindrical-coordinate representation of color #D25DDA: hue angle of 296.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25DDA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 93 | 218 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.15 |
| HSL | 296.16º | 0.63% | 0.61% | - |
| HSV(B) | 296.16º | 0.57% | 0.85% | - |
| XYZ | 43.15 | 26.59 | 69.19 | - |
| YUV | 142.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 218 | 0.04 | 0.57 | 0 | 0.15 | 296.16 | 0.63 | 0.61 |
| Hex | D2 | 5D | DA | 4 | 39 | 0 | F | 128 | 3F | 3D |
| Octal | 322 | 135 | 332 | 4 | 71 | 0 | 17 | 450 | 77 | 75 |
| Binary | 11010010 | 1011101 | 11011010 | 100 | 111001 | 0 | 1111 | 100101000 | 111111 | 111101 |
Color Harmonies of #D25DDA
Complementary color
Monochromatic Colors of #D25DDA
Black with #D25DDA
Text Example
Text Example
White with #D25DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DDA; }
p { color: rgb(210,93,218); }
H1.HeaderClassName
{
color: #D25DDA;
}
.AnyTagClassName
{
color: #D25DDA;
}
</style>
background-color css
<style>
a { background-color: #D25DDA; }
a { background-color: rgb(210,93,218); }
div.DivClassName
{
background-color: #D25DDA;
}
.BgClassName
{
background-color: #D25DDA;
}
</style>
border-color css
<style>
span { border-color: #D25DDA; }
span { border-color: rgb(210,93,218); }
td.TdClassName
{
border-color: #D25DDA;
}
.TagClassName
{
border-color: #D25DDA;
}
</style>