Html Css Color HEX #D25AD8 Free Speech Magenta
📋 copy color: '#D25AD8'red 210 ◦ green 90 ◦ blue 216
Shades of Free Speech Magenta #D25AD8
Tints of Free Speech Magenta #D25AD8
RGB
CMYK
RGB Variations
Color information
#D25AD8 (or 0xD25AD8) is known color: Free Speech Magenta. HEX triplet: D2, 5A and D8. RGB value is (210,90,216). Sum of RGB (Red+Green+Blue) = 210+90+216=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #D25AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25AD8 is #2DA527. Grayscale: #8B8B8B. Windows color (decimal): -2991400 or 14179026. OLE color: 14179026.
HSL color Cylindrical-coordinate representation of color #D25AD8: hue angle of 297.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25AD8 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 90 | 216 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.15 |
| HSL | 297.14º | 0.62% | 0.6% | - |
| HSV(B) | 297.14º | 0.58% | 0.85% | - |
| XYZ | 42.63 | 25.97 | 67.73 | - |
| YUV | 140.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 216 | 0.03 | 0.58 | 0 | 0.15 | 297.14 | 0.62 | 0.6 |
| Hex | D2 | 5A | D8 | 3 | 3A | 0 | F | 129 | 3E | 3C |
| Octal | 322 | 132 | 330 | 3 | 72 | 0 | 17 | 451 | 76 | 74 |
| Binary | 11010010 | 1011010 | 11011000 | 11 | 111010 | 0 | 1111 | 100101001 | 111110 | 111100 |
Color Harmonies of #D25AD8
Complementary color
Monochromatic Colors of #D25AD8
Black with #D25AD8
Text Example
Text Example
White with #D25AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AD8; }
p { color: rgb(210,90,216); }
H1.HeaderClassName
{
color: #D25AD8;
}
.AnyTagClassName
{
color: #D25AD8;
}
</style>
background-color css
<style>
a { background-color: #D25AD8; }
a { background-color: rgb(210,90,216); }
div.DivClassName
{
background-color: #D25AD8;
}
.BgClassName
{
background-color: #D25AD8;
}
</style>
border-color css
<style>
span { border-color: #D25AD8; }
span { border-color: rgb(210,90,216); }
td.TdClassName
{
border-color: #D25AD8;
}
.TagClassName
{
border-color: #D25AD8;
}
</style>