Html Css Color HEX #DF65CE Free Speech Magenta
📋 copy color: '#DF65CE'red 223 ◦ green 101 ◦ blue 206
Shades of Free Speech Magenta #DF65CE
Tints of Free Speech Magenta #DF65CE
RGB
CMYK
RGB Variations
Color information
#DF65CE (or 0xDF65CE) is known color: Free Speech Magenta. HEX triplet: DF, 65 and CE. RGB value is (223,101,206). Sum of RGB (Red+Green+Blue) = 223+101+206=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65CE is #209A31. Grayscale: #959595. Windows color (decimal): -2136626 or 13526495. OLE color: 13526495.
HSL color Cylindrical-coordinate representation of color #DF65CE: hue angle of 308.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65CE is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 206 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.13 |
| HSL | 308.36º | 0.66% | 0.64% | - |
| HSV(B) | 308.36º | 0.55% | 0.87% | - |
| XYZ | 46.23 | 29.45 | 61.64 | - |
| YUV | 149.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 206 | 0 | 0.55 | 0.08 | 0.13 | 308.36 | 0.66 | 0.64 |
| Hex | DF | 65 | CE | 0 | 37 | 8 | D | 134 | 42 | 40 |
| Octal | 337 | 145 | 316 | 0 | 67 | 10 | 15 | 464 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11001110 | 0 | 110111 | 1000 | 1101 | 100110100 | 1000010 | 1000000 |
Color Harmonies of #DF65CE
Complementary color
Monochromatic Colors of #DF65CE
Black with #DF65CE
Text Example
Text Example
White with #DF65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65CE; }
p { color: rgb(223,101,206); }
H1.HeaderClassName
{
color: #DF65CE;
}
.AnyTagClassName
{
color: #DF65CE;
}
</style>
background-color css
<style>
a { background-color: #DF65CE; }
a { background-color: rgb(223,101,206); }
div.DivClassName
{
background-color: #DF65CE;
}
.BgClassName
{
background-color: #DF65CE;
}
</style>
border-color css
<style>
span { border-color: #DF65CE; }
span { border-color: rgb(223,101,206); }
td.TdClassName
{
border-color: #DF65CE;
}
.TagClassName
{
border-color: #DF65CE;
}
</style>