Html Css Color HEX #D35BDC Free Speech Magenta
📋 copy color: '#D35BDC'red 211 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #D35BDC
Tints of Free Speech Magenta #D35BDC
RGB
CMYK
RGB Variations
Color information
#D35BDC (or 0xD35BDC) is known color: Free Speech Magenta. HEX triplet: D3, 5B and DC. RGB value is (211,91,220). Sum of RGB (Red+Green+Blue) = 211+91+220=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #D35BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35BDC is #2CA423. Grayscale: #8D8D8D. Windows color (decimal): -2925604 or 14441427. OLE color: 14441427.
HSL color Cylindrical-coordinate representation of color #D35BDC: hue angle of 295.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35BDC is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 91 | 220 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.14 |
| HSL | 295.81º | 0.65% | 0.61% | - |
| HSV(B) | 295.81º | 0.59% | 0.86% | - |
| XYZ | 43.52 | 26.5 | 70.53 | - |
| YUV | 141.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 220 | 0.04 | 0.59 | 0 | 0.14 | 295.81 | 0.65 | 0.61 |
| Hex | D3 | 5B | DC | 4 | 3B | 0 | E | 128 | 41 | 3D |
| Octal | 323 | 133 | 334 | 4 | 73 | 0 | 16 | 450 | 101 | 75 |
| Binary | 11010011 | 1011011 | 11011100 | 100 | 111011 | 0 | 1110 | 100101000 | 1000001 | 111101 |
Color Harmonies of #D35BDC
Complementary color
Monochromatic Colors of #D35BDC
Black with #D35BDC
Text Example
Text Example
White with #D35BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35BDC; }
p { color: rgb(211,91,220); }
H1.HeaderClassName
{
color: #D35BDC;
}
.AnyTagClassName
{
color: #D35BDC;
}
</style>
background-color css
<style>
a { background-color: #D35BDC; }
a { background-color: rgb(211,91,220); }
div.DivClassName
{
background-color: #D35BDC;
}
.BgClassName
{
background-color: #D35BDC;
}
</style>
border-color css
<style>
span { border-color: #D35BDC; }
span { border-color: rgb(211,91,220); }
td.TdClassName
{
border-color: #D35BDC;
}
.TagClassName
{
border-color: #D35BDC;
}
</style>