Html Css Color HEX #D83DD2 Free Speech Magenta
📋 copy color: '#D83DD2'red 216 ◦ green 61 ◦ blue 210
Shades of Free Speech Magenta #D83DD2
Tints of Free Speech Magenta #D83DD2
RGB
CMYK
RGB Variations
Color information
#D83DD2 (or 0xD83DD2) is known color: Free Speech Magenta. HEX triplet: D8, 3D and D2. RGB value is (216,61,210). Sum of RGB (Red+Green+Blue) = 216+61+210=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DD2 is #27C22D. Grayscale: #7B7B7B. Windows color (decimal): -2605614 or 13778392. OLE color: 13778392.
HSL color Cylindrical-coordinate representation of color #D83DD2: hue angle of 302.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83DD2 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 210 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.15 |
| HSL | 302.32º | 0.67% | 0.54% | - |
| HSV(B) | 302.32º | 0.72% | 0.85% | - |
| XYZ | 41.62 | 22.59 | 63.14 | - |
| YUV | 124.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 210 | 0 | 0.72 | 0.03 | 0.15 | 302.32 | 0.67 | 0.54 |
| Hex | D8 | 3D | D2 | 0 | 48 | 3 | F | 12E | 43 | 36 |
| Octal | 330 | 75 | 322 | 0 | 110 | 3 | 17 | 456 | 103 | 66 |
| Binary | 11011000 | 111101 | 11010010 | 0 | 1001000 | 11 | 1111 | 100101110 | 1000011 | 110110 |
Color Harmonies of #D83DD2
Complementary color
Monochromatic Colors of #D83DD2
Black with #D83DD2
Text Example
Text Example
White with #D83DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DD2; }
p { color: rgb(216,61,210); }
H1.HeaderClassName
{
color: #D83DD2;
}
.AnyTagClassName
{
color: #D83DD2;
}
</style>
background-color css
<style>
a { background-color: #D83DD2; }
a { background-color: rgb(216,61,210); }
div.DivClassName
{
background-color: #D83DD2;
}
.BgClassName
{
background-color: #D83DD2;
}
</style>
border-color css
<style>
span { border-color: #D83DD2; }
span { border-color: rgb(216,61,210); }
td.TdClassName
{
border-color: #D83DD2;
}
.TagClassName
{
border-color: #D83DD2;
}
</style>