Html Css Color HEX #D25ADC Free Speech Magenta
📋 copy color: '#D25ADC'red 210 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #D25ADC
Tints of Free Speech Magenta #D25ADC
RGB
CMYK
RGB Variations
Color information
#D25ADC (or 0xD25ADC) is known color: Free Speech Magenta. HEX triplet: D2, 5A and DC. RGB value is (210,90,220). Sum of RGB (Red+Green+Blue) = 210+90+220=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #D25ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ADC is #2DA523. Grayscale: #8C8C8C. Windows color (decimal): -2991396 or 14441170. OLE color: 14441170.
HSL color Cylindrical-coordinate representation of color #D25ADC: hue angle of 295.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25ADC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 90 | 220 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.14 |
| HSL | 295.38º | 0.65% | 0.61% | - |
| HSV(B) | 295.38º | 0.59% | 0.86% | - |
| XYZ | 43.15 | 26.18 | 70.49 | - |
| YUV | 140.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 220 | 0.05 | 0.59 | 0 | 0.14 | 295.38 | 0.65 | 0.61 |
| Hex | D2 | 5A | DC | 5 | 3B | 0 | E | 127 | 41 | 3D |
| Octal | 322 | 132 | 334 | 5 | 73 | 0 | 16 | 447 | 101 | 75 |
| Binary | 11010010 | 1011010 | 11011100 | 101 | 111011 | 0 | 1110 | 100100111 | 1000001 | 111101 |
Color Harmonies of #D25ADC
Complementary color
Monochromatic Colors of #D25ADC
Black with #D25ADC
Text Example
Text Example
White with #D25ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ADC; }
p { color: rgb(210,90,220); }
H1.HeaderClassName
{
color: #D25ADC;
}
.AnyTagClassName
{
color: #D25ADC;
}
</style>
background-color css
<style>
a { background-color: #D25ADC; }
a { background-color: rgb(210,90,220); }
div.DivClassName
{
background-color: #D25ADC;
}
.BgClassName
{
background-color: #D25ADC;
}
</style>
border-color css
<style>
span { border-color: #D25ADC; }
span { border-color: rgb(210,90,220); }
td.TdClassName
{
border-color: #D25ADC;
}
.TagClassName
{
border-color: #D25ADC;
}
</style>