Html Css Color HEX #DF35DB Free Speech Magenta
📋 copy color: '#DF35DB'red 223 ◦ green 53 ◦ blue 219
Shades of Free Speech Magenta #DF35DB
Tints of Free Speech Magenta #DF35DB
RGB
CMYK
RGB Variations
Color information
#DF35DB (or 0xDF35DB) is known color: Free Speech Magenta. HEX triplet: DF, 35 and DB. RGB value is (223,53,219). Sum of RGB (Red+Green+Blue) = 223+53+219=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF35DB is #20CA24. Grayscale: #7A7A7A. Windows color (decimal): -2148901 or 14366175. OLE color: 14366175.
HSL color Cylindrical-coordinate representation of color #DF35DB: hue angle of 301.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF35DB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 219 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.13 |
| HSL | 301.41º | 0.73% | 0.54% | - |
| HSV(B) | 301.41º | 0.76% | 0.87% | - |
| XYZ | 44.49 | 23.35 | 69.18 | - |
| YUV | 122.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 219 | 0 | 0.76 | 0.02 | 0.13 | 301.41 | 0.73 | 0.54 |
| Hex | DF | 35 | DB | 0 | 4C | 2 | D | 12D | 49 | 36 |
| Octal | 337 | 65 | 333 | 0 | 114 | 2 | 15 | 455 | 111 | 66 |
| Binary | 11011111 | 110101 | 11011011 | 0 | 1001100 | 10 | 1101 | 100101101 | 1001001 | 110110 |
Color Harmonies of #DF35DB
Complementary color
Monochromatic Colors of #DF35DB
Black with #DF35DB
Text Example
Text Example
White with #DF35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF35DB; }
p { color: rgb(223,53,219); }
H1.HeaderClassName
{
color: #DF35DB;
}
.AnyTagClassName
{
color: #DF35DB;
}
</style>
background-color css
<style>
a { background-color: #DF35DB; }
a { background-color: rgb(223,53,219); }
div.DivClassName
{
background-color: #DF35DB;
}
.BgClassName
{
background-color: #DF35DB;
}
</style>
border-color css
<style>
span { border-color: #DF35DB; }
span { border-color: rgb(223,53,219); }
td.TdClassName
{
border-color: #DF35DB;
}
.TagClassName
{
border-color: #DF35DB;
}
</style>