Html Css Color HEX #D352E5 Free Speech Magenta
📋 copy color: '#D352E5'red 211 ◦ green 82 ◦ blue 229
Shades of Free Speech Magenta #D352E5
Tints of Free Speech Magenta #D352E5
RGB
CMYK
RGB Variations
Color information
#D352E5 (or 0xD352E5) is known color: Free Speech Magenta. HEX triplet: D3, 52 and E5. RGB value is (211,82,229). Sum of RGB (Red+Green+Blue) = 211+82+229=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #D352E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352E5 is #2CAD1A. Grayscale: #888888. Windows color (decimal): -2927899 or 15028947. OLE color: 15028947.
HSL color Cylindrical-coordinate representation of color #D352E5: hue angle of 292.65º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D352E5 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 82 | 229 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.10 |
| HSL | 292.65º | 0.74% | 0.61% | - |
| HSV(B) | 292.65º | 0.64% | 0.9% | - |
| XYZ | 44.02 | 25.54 | 76.74 | - |
| YUV | 137.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 229 | 0.08 | 0.64 | 0 | 0.10 | 292.65 | 0.74 | 0.61 |
| Hex | D3 | 52 | E5 | 8 | 40 | 0 | A | 125 | 4A | 3D |
| Octal | 323 | 122 | 345 | 10 | 100 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010011 | 1010010 | 11100101 | 1000 | 1000000 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D352E5
Complementary color
Monochromatic Colors of #D352E5
Black with #D352E5
Text Example
Text Example
White with #D352E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352E5; }
p { color: rgb(211,82,229); }
H1.HeaderClassName
{
color: #D352E5;
}
.AnyTagClassName
{
color: #D352E5;
}
</style>
background-color css
<style>
a { background-color: #D352E5; }
a { background-color: rgb(211,82,229); }
div.DivClassName
{
background-color: #D352E5;
}
.BgClassName
{
background-color: #D352E5;
}
</style>
border-color css
<style>
span { border-color: #D352E5; }
span { border-color: rgb(211,82,229); }
td.TdClassName
{
border-color: #D352E5;
}
.TagClassName
{
border-color: #D352E5;
}
</style>