Html Css Color HEX #D25ECC Free Speech Magenta
📋 copy color: '#D25ECC'red 210 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #D25ECC
Tints of Free Speech Magenta #D25ECC
RGB
CMYK
RGB Variations
Color information
#D25ECC (or 0xD25ECC) is known color: Free Speech Magenta. HEX triplet: D2, 5E and CC. RGB value is (210,94,204). Sum of RGB (Red+Green+Blue) = 210+94+204=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ECC is #2DA133. Grayscale: #8C8C8C. Windows color (decimal): -2990388 or 13393618. OLE color: 13393618.
HSL color Cylindrical-coordinate representation of color #D25ECC: hue angle of 303.1º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25ECC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 204 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.18 |
| HSL | 303.1º | 0.56% | 0.6% | - |
| HSV(B) | 303.1º | 0.55% | 0.82% | - |
| XYZ | 41.48 | 26.07 | 59.97 | - |
| YUV | 141.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 204 | 0 | 0.55 | 0.03 | 0.18 | 303.1 | 0.56 | 0.6 |
| Hex | D2 | 5E | CC | 0 | 37 | 3 | 12 | 12F | 38 | 3C |
| Octal | 322 | 136 | 314 | 0 | 67 | 3 | 22 | 457 | 70 | 74 |
| Binary | 11010010 | 1011110 | 11001100 | 0 | 110111 | 11 | 10010 | 100101111 | 111000 | 111100 |
Color Harmonies of #D25ECC
Complementary color
Monochromatic Colors of #D25ECC
Black with #D25ECC
Text Example
Text Example
White with #D25ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ECC; }
p { color: rgb(210,94,204); }
H1.HeaderClassName
{
color: #D25ECC;
}
.AnyTagClassName
{
color: #D25ECC;
}
</style>
background-color css
<style>
a { background-color: #D25ECC; }
a { background-color: rgb(210,94,204); }
div.DivClassName
{
background-color: #D25ECC;
}
.BgClassName
{
background-color: #D25ECC;
}
</style>
border-color css
<style>
span { border-color: #D25ECC; }
span { border-color: rgb(210,94,204); }
td.TdClassName
{
border-color: #D25ECC;
}
.TagClassName
{
border-color: #D25ECC;
}
</style>