Html Css Color HEX #D853C4 Free Speech Magenta
📋 copy color: '#D853C4'red 216 ◦ green 83 ◦ blue 196
Shades of Free Speech Magenta #D853C4
Tints of Free Speech Magenta #D853C4
RGB
CMYK
RGB Variations
Color information
#D853C4 (or 0xD853C4) is known color: Free Speech Magenta. HEX triplet: D8, 53 and C4. RGB value is (216,83,196). Sum of RGB (Red+Green+Blue) = 216+83+196=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C4 is #27AC3B. Grayscale: #878787. Windows color (decimal): -2599996 or 12866520. OLE color: 12866520.
HSL color Cylindrical-coordinate representation of color #D853C4: hue angle of 309.02º 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 #D853C4 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 196 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.15 |
| HSL | 309.02º | 0.63% | 0.59% | - |
| HSV(B) | 309.02º | 0.62% | 0.85% | - |
| XYZ | 41.38 | 24.77 | 54.83 | - |
| YUV | 135.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 196 | 0 | 0.62 | 0.09 | 0.15 | 309.02 | 0.63 | 0.59 |
| Hex | D8 | 53 | C4 | 0 | 3E | 9 | F | 135 | 3F | 3B |
| Octal | 330 | 123 | 304 | 0 | 76 | 11 | 17 | 465 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11000100 | 0 | 111110 | 1001 | 1111 | 100110101 | 111111 | 111011 |
Color Harmonies of #D853C4
Complementary color
Monochromatic Colors of #D853C4
Black with #D853C4
Text Example
Text Example
White with #D853C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853C4; }
p { color: rgb(216,83,196); }
H1.HeaderClassName
{
color: #D853C4;
}
.AnyTagClassName
{
color: #D853C4;
}
</style>
background-color css
<style>
a { background-color: #D853C4; }
a { background-color: rgb(216,83,196); }
div.DivClassName
{
background-color: #D853C4;
}
.BgClassName
{
background-color: #D853C4;
}
</style>
border-color css
<style>
span { border-color: #D853C4; }
span { border-color: rgb(216,83,196); }
td.TdClassName
{
border-color: #D853C4;
}
.TagClassName
{
border-color: #D853C4;
}
</style>