Html Css Color HEX #D25BDC Free Speech Magenta
📋 copy color: '#D25BDC'red 210 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #D25BDC
Tints of Free Speech Magenta #D25BDC
RGB
CMYK
RGB Variations
Color information
#D25BDC (or 0xD25BDC) is known color: Free Speech Magenta. HEX triplet: D2, 5B and DC. RGB value is (210,91,220). Sum of RGB (Red+Green+Blue) = 210+91+220=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #D25BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BDC is #2DA423. Grayscale: #8C8C8C. Windows color (decimal): -2991140 or 14441426. OLE color: 14441426.
HSL color Cylindrical-coordinate representation of color #D25BDC: hue angle of 295.35º 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 #D25BDC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 91 | 220 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.14 |
| HSL | 295.35º | 0.65% | 0.61% | - |
| HSV(B) | 295.35º | 0.59% | 0.86% | - |
| XYZ | 43.24 | 26.35 | 70.52 | - |
| YUV | 141.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 220 | 0.05 | 0.59 | 0 | 0.14 | 295.35 | 0.65 | 0.61 |
| Hex | D2 | 5B | DC | 5 | 3B | 0 | E | 127 | 41 | 3D |
| Octal | 322 | 133 | 334 | 5 | 73 | 0 | 16 | 447 | 101 | 75 |
| Binary | 11010010 | 1011011 | 11011100 | 101 | 111011 | 0 | 1110 | 100100111 | 1000001 | 111101 |
Color Harmonies of #D25BDC
Complementary color
Monochromatic Colors of #D25BDC
Black with #D25BDC
Text Example
Text Example
White with #D25BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BDC; }
p { color: rgb(210,91,220); }
H1.HeaderClassName
{
color: #D25BDC;
}
.AnyTagClassName
{
color: #D25BDC;
}
</style>
background-color css
<style>
a { background-color: #D25BDC; }
a { background-color: rgb(210,91,220); }
div.DivClassName
{
background-color: #D25BDC;
}
.BgClassName
{
background-color: #D25BDC;
}
</style>
border-color css
<style>
span { border-color: #D25BDC; }
span { border-color: rgb(210,91,220); }
td.TdClassName
{
border-color: #D25BDC;
}
.TagClassName
{
border-color: #D25BDC;
}
</style>