Html Css Color HEX #DF65CC Free Speech Magenta
📋 copy color: '#DF65CC'red 223 ◦ green 101 ◦ blue 204
Shades of Free Speech Magenta #DF65CC
Tints of Free Speech Magenta #DF65CC
RGB
CMYK
RGB Variations
Color information
#DF65CC (or 0xDF65CC) is known color: Free Speech Magenta. HEX triplet: DF, 65 and CC. RGB value is (223,101,204). Sum of RGB (Red+Green+Blue) = 223+101+204=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65CC is #209A33. Grayscale: #949494. Windows color (decimal): -2136628 or 13395423. OLE color: 13395423.
HSL color Cylindrical-coordinate representation of color #DF65CC: hue angle of 309.34º 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 #DF65CC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 204 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.13 |
| HSL | 309.34º | 0.66% | 0.64% | - |
| HSV(B) | 309.34º | 0.55% | 0.87% | - |
| XYZ | 45.98 | 29.35 | 60.37 | - |
| YUV | 149.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 204 | 0 | 0.55 | 0.09 | 0.13 | 309.34 | 0.66 | 0.64 |
| Hex | DF | 65 | CC | 0 | 37 | 9 | D | 135 | 42 | 40 |
| Octal | 337 | 145 | 314 | 0 | 67 | 11 | 15 | 465 | 102 | 100 |
| Binary | 11011111 | 1100101 | 11001100 | 0 | 110111 | 1001 | 1101 | 100110101 | 1000010 | 1000000 |
Color Harmonies of #DF65CC
Complementary color
Monochromatic Colors of #DF65CC
Black with #DF65CC
Text Example
Text Example
White with #DF65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65CC; }
p { color: rgb(223,101,204); }
H1.HeaderClassName
{
color: #DF65CC;
}
.AnyTagClassName
{
color: #DF65CC;
}
</style>
background-color css
<style>
a { background-color: #DF65CC; }
a { background-color: rgb(223,101,204); }
div.DivClassName
{
background-color: #DF65CC;
}
.BgClassName
{
background-color: #DF65CC;
}
</style>
border-color css
<style>
span { border-color: #DF65CC; }
span { border-color: rgb(223,101,204); }
td.TdClassName
{
border-color: #DF65CC;
}
.TagClassName
{
border-color: #DF65CC;
}
</style>