Html Css Color HEX #D258D0 Free Speech Magenta
📋 copy color: '#D258D0'red 210 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #D258D0
Tints of Free Speech Magenta #D258D0
RGB
CMYK
RGB Variations
Color information
#D258D0 (or 0xD258D0) is known color: Free Speech Magenta. HEX triplet: D2, 58 and D0. RGB value is (210,88,208). Sum of RGB (Red+Green+Blue) = 210+88+208=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D258D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258D0 is #2DA72F. Grayscale: #898989. Windows color (decimal): -2991920 or 13654226. OLE color: 13654226.
HSL color Cylindrical-coordinate representation of color #D258D0: hue angle of 300.98º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D258D0 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 208 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.18 |
| HSL | 300.98º | 0.58% | 0.58% | - |
| HSV(B) | 300.98º | 0.58% | 0.82% | - |
| XYZ | 41.45 | 25.24 | 62.36 | - |
| YUV | 138.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 208 | 0 | 0.58 | 0.01 | 0.18 | 300.98 | 0.58 | 0.58 |
| Hex | D2 | 58 | D0 | 0 | 3A | 1 | 12 | 12D | 3A | 3A |
| Octal | 322 | 130 | 320 | 0 | 72 | 1 | 22 | 455 | 72 | 72 |
| Binary | 11010010 | 1011000 | 11010000 | 0 | 111010 | 1 | 10010 | 100101101 | 111010 | 111010 |
Color Harmonies of #D258D0
Complementary color
Monochromatic Colors of #D258D0
Black with #D258D0
Text Example
Text Example
White with #D258D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258D0; }
p { color: rgb(210,88,208); }
H1.HeaderClassName
{
color: #D258D0;
}
.AnyTagClassName
{
color: #D258D0;
}
</style>
background-color css
<style>
a { background-color: #D258D0; }
a { background-color: rgb(210,88,208); }
div.DivClassName
{
background-color: #D258D0;
}
.BgClassName
{
background-color: #D258D0;
}
</style>
border-color css
<style>
span { border-color: #D258D0; }
span { border-color: rgb(210,88,208); }
td.TdClassName
{
border-color: #D258D0;
}
.TagClassName
{
border-color: #D258D0;
}
</style>