Html Css Color HEX #DF38D2 Free Speech Magenta
📋 copy color: '#DF38D2'red 223 ◦ green 56 ◦ blue 210
Shades of Free Speech Magenta #DF38D2
Tints of Free Speech Magenta #DF38D2
RGB
CMYK
RGB Variations
Color information
#DF38D2 (or 0xDF38D2) is known color: Free Speech Magenta. HEX triplet: DF, 38 and D2. RGB value is (223,56,210). Sum of RGB (Red+Green+Blue) = 223+56+210=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38D2 is #20C72D. Grayscale: #7B7B7B. Windows color (decimal): -2148142 or 13777119. OLE color: 13777119.
HSL color Cylindrical-coordinate representation of color #DF38D2: hue angle of 304.67º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF38D2 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 210 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.13 |
| HSL | 304.67º | 0.72% | 0.55% | - |
| HSV(B) | 304.67º | 0.75% | 0.87% | - |
| XYZ | 43.48 | 23.17 | 63.15 | - |
| YUV | 123.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 210 | 0 | 0.75 | 0.06 | 0.13 | 304.67 | 0.72 | 0.55 |
| Hex | DF | 38 | D2 | 0 | 4B | 6 | D | 131 | 48 | 37 |
| Octal | 337 | 70 | 322 | 0 | 113 | 6 | 15 | 461 | 110 | 67 |
| Binary | 11011111 | 111000 | 11010010 | 0 | 1001011 | 110 | 1101 | 100110001 | 1001000 | 110111 |
Color Harmonies of #DF38D2
Complementary color
Monochromatic Colors of #DF38D2
Black with #DF38D2
Text Example
Text Example
White with #DF38D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38D2; }
p { color: rgb(223,56,210); }
H1.HeaderClassName
{
color: #DF38D2;
}
.AnyTagClassName
{
color: #DF38D2;
}
</style>
background-color css
<style>
a { background-color: #DF38D2; }
a { background-color: rgb(223,56,210); }
div.DivClassName
{
background-color: #DF38D2;
}
.BgClassName
{
background-color: #DF38D2;
}
</style>
border-color css
<style>
span { border-color: #DF38D2; }
span { border-color: rgb(223,56,210); }
td.TdClassName
{
border-color: #DF38D2;
}
.TagClassName
{
border-color: #DF38D2;
}
</style>