Html Css Color HEX #D953E2 Free Speech Magenta
📋 copy color: '#D953E2'red 217 ◦ green 83 ◦ blue 226
Shades of Free Speech Magenta #D953E2
Tints of Free Speech Magenta #D953E2
RGB
CMYK
RGB Variations
Color information
#D953E2 (or 0xD953E2) is known color: Free Speech Magenta. HEX triplet: D9, 53 and E2. RGB value is (217,83,226). Sum of RGB (Red+Green+Blue) = 217+83+226=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 226 (88.67% from 255 or 42.97% from 526); Max value from RGB is 226 - color contains mainly: blue. Hex color #D953E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953E2 is #26AC1D. Grayscale: #8A8A8A. Windows color (decimal): -2534430 or 14832601. OLE color: 14832601.
HSL color Cylindrical-coordinate representation of color #D953E2: hue angle of 296.22º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D953E2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 83 | 226 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.11 |
| HSL | 296.22º | 0.71% | 0.61% | - |
| HSV(B) | 296.22º | 0.63% | 0.89% | - |
| XYZ | 45.44 | 26.43 | 74.66 | - |
| YUV | 139.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 226 | 0.04 | 0.63 | 0 | 0.11 | 296.22 | 0.71 | 0.61 |
| Hex | D9 | 53 | E2 | 4 | 3F | 0 | B | 128 | 47 | 3D |
| Octal | 331 | 123 | 342 | 4 | 77 | 0 | 13 | 450 | 107 | 75 |
| Binary | 11011001 | 1010011 | 11100010 | 100 | 111111 | 0 | 1011 | 100101000 | 1000111 | 111101 |
Color Harmonies of #D953E2
Complementary color
Monochromatic Colors of #D953E2
Black with #D953E2
Text Example
Text Example
White with #D953E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953E2; }
p { color: rgb(217,83,226); }
H1.HeaderClassName
{
color: #D953E2;
}
.AnyTagClassName
{
color: #D953E2;
}
</style>
background-color css
<style>
a { background-color: #D953E2; }
a { background-color: rgb(217,83,226); }
div.DivClassName
{
background-color: #D953E2;
}
.BgClassName
{
background-color: #D953E2;
}
</style>
border-color css
<style>
span { border-color: #D953E2; }
span { border-color: rgb(217,83,226); }
td.TdClassName
{
border-color: #D953E2;
}
.TagClassName
{
border-color: #D953E2;
}
</style>