Html Css Color HEX #D455CF Free Speech Magenta
📋 copy color: '#D455CF'red 212 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #D455CF
Tints of Free Speech Magenta #D455CF
RGB
CMYK
RGB Variations
Color information
#D455CF (or 0xD455CF) is known color: Free Speech Magenta. HEX triplet: D4, 55 and CF. RGB value is (212,85,207). Sum of RGB (Red+Green+Blue) = 212+85+207=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D455CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455CF is #2BAA30. Grayscale: #888888. Windows color (decimal): -2861617 or 13587924. OLE color: 13587924.
HSL color Cylindrical-coordinate representation of color #D455CF: hue angle of 302.36º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455CF is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 207 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.17 |
| HSL | 302.36º | 0.6% | 0.58% | - |
| HSV(B) | 302.36º | 0.6% | 0.83% | - |
| XYZ | 41.66 | 25 | 61.66 | - |
| YUV | 136.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 207 | 0 | 0.60 | 0.02 | 0.17 | 302.36 | 0.6 | 0.58 |
| Hex | D4 | 55 | CF | 0 | 3C | 2 | 11 | 12E | 3C | 3A |
| Octal | 324 | 125 | 317 | 0 | 74 | 2 | 21 | 456 | 74 | 72 |
| Binary | 11010100 | 1010101 | 11001111 | 0 | 111100 | 10 | 10001 | 100101110 | 111100 | 111010 |
Color Harmonies of #D455CF
Complementary color
Monochromatic Colors of #D455CF
Black with #D455CF
Text Example
Text Example
White with #D455CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455CF; }
p { color: rgb(212,85,207); }
H1.HeaderClassName
{
color: #D455CF;
}
.AnyTagClassName
{
color: #D455CF;
}
</style>
background-color css
<style>
a { background-color: #D455CF; }
a { background-color: rgb(212,85,207); }
div.DivClassName
{
background-color: #D455CF;
}
.BgClassName
{
background-color: #D455CF;
}
</style>
border-color css
<style>
span { border-color: #D455CF; }
span { border-color: rgb(212,85,207); }
td.TdClassName
{
border-color: #D455CF;
}
.TagClassName
{
border-color: #D455CF;
}
</style>