Html Css Color HEX #D25ADD Free Speech Magenta
📋 copy color: '#D25ADD'red 210 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #D25ADD
Tints of Free Speech Magenta #D25ADD
RGB
CMYK
RGB Variations
Color information
#D25ADD (or 0xD25ADD) is known color: Free Speech Magenta. HEX triplet: D2, 5A and DD. RGB value is (210,90,221). Sum of RGB (Red+Green+Blue) = 210+90+221=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #D25ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ADD is #2DA522. Grayscale: #8C8C8C. Windows color (decimal): -2991395 or 14506706. OLE color: 14506706.
HSL color Cylindrical-coordinate representation of color #D25ADD: hue angle of 294.96º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25ADD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 90 | 221 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.13 |
| HSL | 294.96º | 0.66% | 0.61% | - |
| HSV(B) | 294.96º | 0.59% | 0.87% | - |
| XYZ | 43.29 | 26.23 | 71.19 | - |
| YUV | 140.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 221 | 0.05 | 0.59 | 0 | 0.13 | 294.96 | 0.66 | 0.61 |
| Hex | D2 | 5A | DD | 5 | 3B | 0 | D | 127 | 42 | 3D |
| Octal | 322 | 132 | 335 | 5 | 73 | 0 | 15 | 447 | 102 | 75 |
| Binary | 11010010 | 1011010 | 11011101 | 101 | 111011 | 0 | 1101 | 100100111 | 1000010 | 111101 |
Color Harmonies of #D25ADD
Complementary color
Monochromatic Colors of #D25ADD
Black with #D25ADD
Text Example
Text Example
White with #D25ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ADD; }
p { color: rgb(210,90,221); }
H1.HeaderClassName
{
color: #D25ADD;
}
.AnyTagClassName
{
color: #D25ADD;
}
</style>
background-color css
<style>
a { background-color: #D25ADD; }
a { background-color: rgb(210,90,221); }
div.DivClassName
{
background-color: #D25ADD;
}
.BgClassName
{
background-color: #D25ADD;
}
</style>
border-color css
<style>
span { border-color: #D25ADD; }
span { border-color: rgb(210,90,221); }
td.TdClassName
{
border-color: #D25ADD;
}
.TagClassName
{
border-color: #D25ADD;
}
</style>