Html Css Color HEX #DF5CCB Free Speech Magenta
📋 copy color: '#DF5CCB'red 223 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #DF5CCB
Tints of Free Speech Magenta #DF5CCB
RGB
CMYK
RGB Variations
Color information
#DF5CCB (or 0xDF5CCB) is known color: Free Speech Magenta. HEX triplet: DF, 5C and CB. RGB value is (223,92,203). Sum of RGB (Red+Green+Blue) = 223+92+203=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CCB is #20A334. Grayscale: #8F8F8F. Windows color (decimal): -2138933 or 13327583. OLE color: 13327583.
HSL color Cylindrical-coordinate representation of color #DF5CCB: hue angle of 309.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CCB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 203 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.13 |
| HSL | 309.16º | 0.67% | 0.62% | - |
| HSV(B) | 309.16º | 0.59% | 0.87% | - |
| XYZ | 45.04 | 27.65 | 59.46 | - |
| YUV | 143.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 203 | 0 | 0.59 | 0.09 | 0.13 | 309.16 | 0.67 | 0.62 |
| Hex | DF | 5C | CB | 0 | 3B | 9 | D | 135 | 43 | 3E |
| Octal | 337 | 134 | 313 | 0 | 73 | 11 | 15 | 465 | 103 | 76 |
| Binary | 11011111 | 1011100 | 11001011 | 0 | 111011 | 1001 | 1101 | 100110101 | 1000011 | 111110 |
Color Harmonies of #DF5CCB
Complementary color
Monochromatic Colors of #DF5CCB
Black with #DF5CCB
Text Example
Text Example
White with #DF5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CCB; }
p { color: rgb(223,92,203); }
H1.HeaderClassName
{
color: #DF5CCB;
}
.AnyTagClassName
{
color: #DF5CCB;
}
</style>
background-color css
<style>
a { background-color: #DF5CCB; }
a { background-color: rgb(223,92,203); }
div.DivClassName
{
background-color: #DF5CCB;
}
.BgClassName
{
background-color: #DF5CCB;
}
</style>
border-color css
<style>
span { border-color: #DF5CCB; }
span { border-color: rgb(223,92,203); }
td.TdClassName
{
border-color: #DF5CCB;
}
.TagClassName
{
border-color: #DF5CCB;
}
</style>