Html Css Color HEX #D858D0 Free Speech Magenta
📋 copy color: '#D858D0'red 216 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #D858D0
Tints of Free Speech Magenta #D858D0
RGB
CMYK
RGB Variations
Color information
#D858D0 (or 0xD858D0) is known color: Free Speech Magenta. HEX triplet: D8, 58 and D0. RGB value is (216,88,208). Sum of RGB (Red+Green+Blue) = 216+88+208=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D858D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858D0 is #27A72F. Grayscale: #8B8B8B. Windows color (decimal): -2598704 or 13654232. OLE color: 13654232.
HSL color Cylindrical-coordinate representation of color #D858D0: hue angle of 303.75º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D858D0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 208 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.15 |
| HSL | 303.75º | 0.62% | 0.6% | - |
| HSV(B) | 303.75º | 0.59% | 0.85% | - |
| XYZ | 43.19 | 26.13 | 62.44 | - |
| YUV | 139.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 208 | 0 | 0.59 | 0.04 | 0.15 | 303.75 | 0.62 | 0.6 |
| Hex | D8 | 58 | D0 | 0 | 3B | 4 | F | 130 | 3E | 3C |
| Octal | 330 | 130 | 320 | 0 | 73 | 4 | 17 | 460 | 76 | 74 |
| Binary | 11011000 | 1011000 | 11010000 | 0 | 111011 | 100 | 1111 | 100110000 | 111110 | 111100 |
Color Harmonies of #D858D0
Complementary color
Monochromatic Colors of #D858D0
Black with #D858D0
Text Example
Text Example
White with #D858D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858D0; }
p { color: rgb(216,88,208); }
H1.HeaderClassName
{
color: #D858D0;
}
.AnyTagClassName
{
color: #D858D0;
}
</style>
background-color css
<style>
a { background-color: #D858D0; }
a { background-color: rgb(216,88,208); }
div.DivClassName
{
background-color: #D858D0;
}
.BgClassName
{
background-color: #D858D0;
}
</style>
border-color css
<style>
span { border-color: #D858D0; }
span { border-color: rgb(216,88,208); }
td.TdClassName
{
border-color: #D858D0;
}
.TagClassName
{
border-color: #D858D0;
}
</style>