Html Css Color HEX #D853C3 Free Speech Magenta
📋 copy color: '#D853C3'red 216 ◦ green 83 ◦ blue 195
Shades of Free Speech Magenta #D853C3
Tints of Free Speech Magenta #D853C3
RGB
CMYK
RGB Variations
Color information
#D853C3 (or 0xD853C3) is known color: Free Speech Magenta. HEX triplet: D8, 53 and C3. RGB value is (216,83,195). Sum of RGB (Red+Green+Blue) = 216+83+195=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C3 is #27AC3C. Grayscale: #878787. Windows color (decimal): -2599997 or 12800984. OLE color: 12800984.
HSL color Cylindrical-coordinate representation of color #D853C3: hue angle of 309.47º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853C3 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 195 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.15 |
| HSL | 309.47º | 0.63% | 0.59% | - |
| HSV(B) | 309.47º | 0.62% | 0.85% | - |
| XYZ | 41.26 | 24.73 | 54.23 | - |
| YUV | 135.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 195 | 0 | 0.62 | 0.10 | 0.15 | 309.47 | 0.63 | 0.59 |
| Hex | D8 | 53 | C3 | 0 | 3E | A | F | 135 | 3F | 3B |
| Octal | 330 | 123 | 303 | 0 | 76 | 12 | 17 | 465 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11000011 | 0 | 111110 | 1010 | 1111 | 100110101 | 111111 | 111011 |
Color Harmonies of #D853C3
Complementary color
Monochromatic Colors of #D853C3
Black with #D853C3
Text Example
Text Example
White with #D853C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853C3; }
p { color: rgb(216,83,195); }
H1.HeaderClassName
{
color: #D853C3;
}
.AnyTagClassName
{
color: #D853C3;
}
</style>
background-color css
<style>
a { background-color: #D853C3; }
a { background-color: rgb(216,83,195); }
div.DivClassName
{
background-color: #D853C3;
}
.BgClassName
{
background-color: #D853C3;
}
</style>
border-color css
<style>
span { border-color: #D853C3; }
span { border-color: rgb(216,83,195); }
td.TdClassName
{
border-color: #D853C3;
}
.TagClassName
{
border-color: #D853C3;
}
</style>