Html Css Color HEX #DF54CC Free Speech Magenta
📋 copy color: '#DF54CC'red 223 ◦ green 84 ◦ blue 204
Shades of Free Speech Magenta #DF54CC
Tints of Free Speech Magenta #DF54CC
RGB
CMYK
RGB Variations
Color information
#DF54CC (or 0xDF54CC) is known color: Free Speech Magenta. HEX triplet: DF, 54 and CC. RGB value is (223,84,204). Sum of RGB (Red+Green+Blue) = 223+84+204=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF54CC is #20AB33. Grayscale: #8A8A8A. Windows color (decimal): -2140980 or 13391071. OLE color: 13391071.
HSL color Cylindrical-coordinate representation of color #DF54CC: hue angle of 308.2º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF54CC is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 204 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.13 |
| HSL | 308.2º | 0.68% | 0.6% | - |
| HSV(B) | 308.2º | 0.62% | 0.87% | - |
| XYZ | 44.5 | 26.39 | 59.87 | - |
| YUV | 139.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 204 | 0 | 0.62 | 0.09 | 0.13 | 308.2 | 0.68 | 0.6 |
| Hex | DF | 54 | CC | 0 | 3E | 9 | D | 134 | 44 | 3C |
| Octal | 337 | 124 | 314 | 0 | 76 | 11 | 15 | 464 | 104 | 74 |
| Binary | 11011111 | 1010100 | 11001100 | 0 | 111110 | 1001 | 1101 | 100110100 | 1000100 | 111100 |
Color Harmonies of #DF54CC
Complementary color
Monochromatic Colors of #DF54CC
Black with #DF54CC
Text Example
Text Example
White with #DF54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54CC; }
p { color: rgb(223,84,204); }
H1.HeaderClassName
{
color: #DF54CC;
}
.AnyTagClassName
{
color: #DF54CC;
}
</style>
background-color css
<style>
a { background-color: #DF54CC; }
a { background-color: rgb(223,84,204); }
div.DivClassName
{
background-color: #DF54CC;
}
.BgClassName
{
background-color: #DF54CC;
}
</style>
border-color css
<style>
span { border-color: #DF54CC; }
span { border-color: rgb(223,84,204); }
td.TdClassName
{
border-color: #DF54CC;
}
.TagClassName
{
border-color: #DF54CC;
}
</style>