Html Css Color HEX #DF55CB Free Speech Magenta
📋 copy color: '#DF55CB'red 223 ◦ green 85 ◦ blue 203
Shades of Free Speech Magenta #DF55CB
Tints of Free Speech Magenta #DF55CB
RGB
CMYK
RGB Variations
Color information
#DF55CB (or 0xDF55CB) is known color: Free Speech Magenta. HEX triplet: DF, 55 and CB. RGB value is (223,85,203). Sum of RGB (Red+Green+Blue) = 223+85+203=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55CB is #20AA34. Grayscale: #8B8B8B. Windows color (decimal): -2140725 or 13325791. OLE color: 13325791.
HSL color Cylindrical-coordinate representation of color #DF55CB: hue angle of 308.7º 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 #DF55CB is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 203 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.13 |
| HSL | 308.7º | 0.68% | 0.6% | - |
| HSV(B) | 308.7º | 0.62% | 0.87% | - |
| XYZ | 44.46 | 26.5 | 59.27 | - |
| YUV | 139.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 203 | 0 | 0.62 | 0.09 | 0.13 | 308.7 | 0.68 | 0.6 |
| Hex | DF | 55 | CB | 0 | 3E | 9 | D | 135 | 44 | 3C |
| Octal | 337 | 125 | 313 | 0 | 76 | 11 | 15 | 465 | 104 | 74 |
| Binary | 11011111 | 1010101 | 11001011 | 0 | 111110 | 1001 | 1101 | 100110101 | 1000100 | 111100 |
Color Harmonies of #DF55CB
Complementary color
Monochromatic Colors of #DF55CB
Black with #DF55CB
Text Example
Text Example
White with #DF55CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55CB; }
p { color: rgb(223,85,203); }
H1.HeaderClassName
{
color: #DF55CB;
}
.AnyTagClassName
{
color: #DF55CB;
}
</style>
background-color css
<style>
a { background-color: #DF55CB; }
a { background-color: rgb(223,85,203); }
div.DivClassName
{
background-color: #DF55CB;
}
.BgClassName
{
background-color: #DF55CB;
}
</style>
border-color css
<style>
span { border-color: #DF55CB; }
span { border-color: rgb(223,85,203); }
td.TdClassName
{
border-color: #DF55CB;
}
.TagClassName
{
border-color: #DF55CB;
}
</style>