Html Css Color HEX #D453CF Free Speech Magenta
📋 copy color: '#D453CF'red 212 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #D453CF
Tints of Free Speech Magenta #D453CF
RGB
CMYK
RGB Variations
Color information
#D453CF (or 0xD453CF) is known color: Free Speech Magenta. HEX triplet: D4, 53 and CF. RGB value is (212,83,207). Sum of RGB (Red+Green+Blue) = 212+83+207=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D453CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453CF is #2BAC30. Grayscale: #878787. Windows color (decimal): -2862129 or 13587412. OLE color: 13587412.
HSL color Cylindrical-coordinate representation of color #D453CF: hue angle of 302.33º 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 #D453CF is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 207 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.17 |
| HSL | 302.33º | 0.6% | 0.58% | - |
| HSV(B) | 302.33º | 0.61% | 0.83% | - |
| XYZ | 41.51 | 24.69 | 61.61 | - |
| YUV | 135.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 207 | 0 | 0.61 | 0.02 | 0.17 | 302.33 | 0.6 | 0.58 |
| Hex | D4 | 53 | CF | 0 | 3D | 2 | 11 | 12E | 3C | 3A |
| Octal | 324 | 123 | 317 | 0 | 75 | 2 | 21 | 456 | 74 | 72 |
| Binary | 11010100 | 1010011 | 11001111 | 0 | 111101 | 10 | 10001 | 100101110 | 111100 | 111010 |
Color Harmonies of #D453CF
Complementary color
Monochromatic Colors of #D453CF
Black with #D453CF
Text Example
Text Example
White with #D453CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453CF; }
p { color: rgb(212,83,207); }
H1.HeaderClassName
{
color: #D453CF;
}
.AnyTagClassName
{
color: #D453CF;
}
</style>
background-color css
<style>
a { background-color: #D453CF; }
a { background-color: rgb(212,83,207); }
div.DivClassName
{
background-color: #D453CF;
}
.BgClassName
{
background-color: #D453CF;
}
</style>
border-color css
<style>
span { border-color: #D453CF; }
span { border-color: rgb(212,83,207); }
td.TdClassName
{
border-color: #D453CF;
}
.TagClassName
{
border-color: #D453CF;
}
</style>