Html Css Color HEX #D259E3 Free Speech Magenta
📋 copy color: '#D259E3'red 210 ◦ green 89 ◦ blue 227
Shades of Free Speech Magenta #D259E3
Tints of Free Speech Magenta #D259E3
RGB
CMYK
RGB Variations
Color information
#D259E3 (or 0xD259E3) is known color: Free Speech Magenta. HEX triplet: D2, 59 and E3. RGB value is (210,89,227). Sum of RGB (Red+Green+Blue) = 210+89+227=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #D259E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259E3 is #2DA61C. Grayscale: #8C8C8C. Windows color (decimal): -2991645 or 14899666. OLE color: 14899666.
HSL color Cylindrical-coordinate representation of color #D259E3: hue angle of 292.61º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D259E3 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 89 | 227 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.11 |
| HSL | 292.61º | 0.71% | 0.62% | - |
| HSV(B) | 292.61º | 0.61% | 0.89% | - |
| XYZ | 44.02 | 26.39 | 75.45 | - |
| YUV | 140.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 227 | 0.07 | 0.61 | 0 | 0.11 | 292.61 | 0.71 | 0.62 |
| Hex | D2 | 59 | E3 | 7 | 3D | 0 | B | 125 | 47 | 3E |
| Octal | 322 | 131 | 343 | 7 | 75 | 0 | 13 | 445 | 107 | 76 |
| Binary | 11010010 | 1011001 | 11100011 | 111 | 111101 | 0 | 1011 | 100100101 | 1000111 | 111110 |
Color Harmonies of #D259E3
Complementary color
Monochromatic Colors of #D259E3
Black with #D259E3
Text Example
Text Example
White with #D259E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259E3; }
p { color: rgb(210,89,227); }
H1.HeaderClassName
{
color: #D259E3;
}
.AnyTagClassName
{
color: #D259E3;
}
</style>
background-color css
<style>
a { background-color: #D259E3; }
a { background-color: rgb(210,89,227); }
div.DivClassName
{
background-color: #D259E3;
}
.BgClassName
{
background-color: #D259E3;
}
</style>
border-color css
<style>
span { border-color: #D259E3; }
span { border-color: rgb(210,89,227); }
td.TdClassName
{
border-color: #D259E3;
}
.TagClassName
{
border-color: #D259E3;
}
</style>