Html Css Color HEX #D450CF Free Speech Magenta
📋 copy color: '#D450CF'red 212 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #D450CF
Tints of Free Speech Magenta #D450CF
RGB
CMYK
RGB Variations
Color information
#D450CF (or 0xD450CF) is known color: Free Speech Magenta. HEX triplet: D4, 50 and CF. RGB value is (212,80,207). Sum of RGB (Red+Green+Blue) = 212+80+207=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D450CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450CF is #2BAF30. Grayscale: #858585. Windows color (decimal): -2862897 or 13586644. OLE color: 13586644.
HSL color Cylindrical-coordinate representation of color #D450CF: hue angle of 302.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450CF is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 207 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.17 |
| HSL | 302.27º | 0.61% | 0.57% | - |
| HSV(B) | 302.27º | 0.62% | 0.83% | - |
| XYZ | 41.28 | 24.24 | 61.53 | - |
| YUV | 133.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 207 | 0 | 0.62 | 0.02 | 0.17 | 302.27 | 0.61 | 0.57 |
| Hex | D4 | 50 | CF | 0 | 3E | 2 | 11 | 12E | 3D | 39 |
| Octal | 324 | 120 | 317 | 0 | 76 | 2 | 21 | 456 | 75 | 71 |
| Binary | 11010100 | 1010000 | 11001111 | 0 | 111110 | 10 | 10001 | 100101110 | 111101 | 111001 |
Color Harmonies of #D450CF
Complementary color
Monochromatic Colors of #D450CF
Black with #D450CF
Text Example
Text Example
White with #D450CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450CF; }
p { color: rgb(212,80,207); }
H1.HeaderClassName
{
color: #D450CF;
}
.AnyTagClassName
{
color: #D450CF;
}
</style>
background-color css
<style>
a { background-color: #D450CF; }
a { background-color: rgb(212,80,207); }
div.DivClassName
{
background-color: #D450CF;
}
.BgClassName
{
background-color: #D450CF;
}
</style>
border-color css
<style>
span { border-color: #D450CF; }
span { border-color: rgb(212,80,207); }
td.TdClassName
{
border-color: #D450CF;
}
.TagClassName
{
border-color: #D450CF;
}
</style>