Html Css Color HEX #D453D3 Free Speech Magenta
📋 copy color: '#D453D3'red 212 ◦ green 83 ◦ blue 211
Shades of Free Speech Magenta #D453D3
Tints of Free Speech Magenta #D453D3
RGB
CMYK
RGB Variations
Color information
#D453D3 (or 0xD453D3) is known color: Free Speech Magenta. HEX triplet: D4, 53 and D3. RGB value is (212,83,211). Sum of RGB (Red+Green+Blue) = 212+83+211=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D453D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453D3 is #2BAC2C. Grayscale: #878787. Windows color (decimal): -2862125 or 13849556. OLE color: 13849556.
HSL color Cylindrical-coordinate representation of color #D453D3: hue angle of 300.47º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453D3 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 211 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.17 |
| HSL | 300.47º | 0.6% | 0.58% | - |
| HSV(B) | 300.47º | 0.61% | 0.83% | - |
| XYZ | 42 | 24.89 | 64.22 | - |
| YUV | 136.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 211 | 0 | 0.61 | 0.00 | 0.17 | 300.47 | 0.6 | 0.58 |
| Hex | D4 | 53 | D3 | 0 | 3D | 0 | 11 | 12C | 3C | 3A |
| Octal | 324 | 123 | 323 | 0 | 75 | 0 | 21 | 454 | 74 | 72 |
| Binary | 11010100 | 1010011 | 11010011 | 0 | 111101 | 0 | 10001 | 100101100 | 111100 | 111010 |
Color Harmonies of #D453D3
Complementary color
Monochromatic Colors of #D453D3
Black with #D453D3
Text Example
Text Example
White with #D453D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453D3; }
p { color: rgb(212,83,211); }
H1.HeaderClassName
{
color: #D453D3;
}
.AnyTagClassName
{
color: #D453D3;
}
</style>
background-color css
<style>
a { background-color: #D453D3; }
a { background-color: rgb(212,83,211); }
div.DivClassName
{
background-color: #D453D3;
}
.BgClassName
{
background-color: #D453D3;
}
</style>
border-color css
<style>
span { border-color: #D453D3; }
span { border-color: rgb(212,83,211); }
td.TdClassName
{
border-color: #D453D3;
}
.TagClassName
{
border-color: #D453D3;
}
</style>