Html Css Color HEX #D352E3 Free Speech Magenta
📋 copy color: '#D352E3'red 211 ◦ green 82 ◦ blue 227
Shades of Free Speech Magenta #D352E3
Tints of Free Speech Magenta #D352E3
RGB
CMYK
RGB Variations
Color information
#D352E3 (or 0xD352E3) is known color: Free Speech Magenta. HEX triplet: D3, 52 and E3. RGB value is (211,82,227). Sum of RGB (Red+Green+Blue) = 211+82+227=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #D352E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352E3 is #2CAD1C. Grayscale: #888888. Windows color (decimal): -2927901 or 14897875. OLE color: 14897875.
HSL color Cylindrical-coordinate representation of color #D352E3: hue angle of 293.38º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D352E3 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 82 | 227 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.11 |
| HSL | 293.38º | 0.72% | 0.61% | - |
| HSV(B) | 293.38º | 0.64% | 0.89% | - |
| XYZ | 43.75 | 25.43 | 75.28 | - |
| YUV | 137.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 227 | 0.07 | 0.64 | 0 | 0.11 | 293.38 | 0.72 | 0.61 |
| Hex | D3 | 52 | E3 | 7 | 40 | 0 | B | 125 | 48 | 3D |
| Octal | 323 | 122 | 343 | 7 | 100 | 0 | 13 | 445 | 110 | 75 |
| Binary | 11010011 | 1010010 | 11100011 | 111 | 1000000 | 0 | 1011 | 100100101 | 1001000 | 111101 |
Color Harmonies of #D352E3
Complementary color
Monochromatic Colors of #D352E3
Black with #D352E3
Text Example
Text Example
White with #D352E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352E3; }
p { color: rgb(211,82,227); }
H1.HeaderClassName
{
color: #D352E3;
}
.AnyTagClassName
{
color: #D352E3;
}
</style>
background-color css
<style>
a { background-color: #D352E3; }
a { background-color: rgb(211,82,227); }
div.DivClassName
{
background-color: #D352E3;
}
.BgClassName
{
background-color: #D352E3;
}
</style>
border-color css
<style>
span { border-color: #D352E3; }
span { border-color: rgb(211,82,227); }
td.TdClassName
{
border-color: #D352E3;
}
.TagClassName
{
border-color: #D352E3;
}
</style>