Html Css Color HEX #D735DC Free Speech Magenta
📋 copy color: '#D735DC'red 215 ◦ green 53 ◦ blue 220
Shades of Free Speech Magenta #D735DC
Tints of Free Speech Magenta #D735DC
RGB
CMYK
RGB Variations
Color information
#D735DC (or 0xD735DC) is known color: Free Speech Magenta. HEX triplet: D7, 35 and DC. RGB value is (215,53,220). Sum of RGB (Red+Green+Blue) = 215+53+220=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #D735DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735DC is #28CA23. Grayscale: #777777. Windows color (decimal): -2673188 or 14431703. OLE color: 14431703.
HSL color Cylindrical-coordinate representation of color #D735DC: hue angle of 298.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D735DC is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 53 | 220 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.14 |
| HSL | 298.2º | 0.7% | 0.54% | - |
| HSV(B) | 298.2º | 0.76% | 0.86% | - |
| XYZ | 42.22 | 22.16 | 69.76 | - |
| YUV | 120.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 220 | 0.02 | 0.76 | 0 | 0.14 | 298.2 | 0.7 | 0.54 |
| Hex | D7 | 35 | DC | 2 | 4C | 0 | E | 12A | 46 | 36 |
| Octal | 327 | 65 | 334 | 2 | 114 | 0 | 16 | 452 | 106 | 66 |
| Binary | 11010111 | 110101 | 11011100 | 10 | 1001100 | 0 | 1110 | 100101010 | 1000110 | 110110 |
Color Harmonies of #D735DC
Complementary color
Monochromatic Colors of #D735DC
Black with #D735DC
Text Example
Text Example
White with #D735DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735DC; }
p { color: rgb(215,53,220); }
H1.HeaderClassName
{
color: #D735DC;
}
.AnyTagClassName
{
color: #D735DC;
}
</style>
background-color css
<style>
a { background-color: #D735DC; }
a { background-color: rgb(215,53,220); }
div.DivClassName
{
background-color: #D735DC;
}
.BgClassName
{
background-color: #D735DC;
}
</style>
border-color css
<style>
span { border-color: #D735DC; }
span { border-color: rgb(215,53,220); }
td.TdClassName
{
border-color: #D735DC;
}
.TagClassName
{
border-color: #D735DC;
}
</style>